termux-packages/packages/quickjs/Makefile.patch
Arun 0d8c85543e update QuickJS (#5659)
* update QuickJS

* Create Makefile.patch
2020-08-07 15:04:54 +05:30

13 lines
347 B
Diff

diff -uNr quickjs-2020-07-05/Makefile quickjs-2020-07-05.mod/Makefile
--- quickjs-2020-07-05/Makefile 2020-07-05 12:03:51.000000000 +0200
+++ quickjs-2020-07-05.mod/Makefile 2020-08-07 10:17:00.109022444 +0200
@@ -173,7 +173,7 @@
HOST_LIBS=-lm -ldl -lpthread
LIBS=-lm
ifndef CONFIG_WIN32
-LIBS+=-ldl -lpthread
+LIBS+=-ldl
endif
$(OBJDIR):