ports/lang/quickjs/patches/patch-qjsc_c

13 lines
295 B
Text

Remove -ldl
Index: qjsc.c
--- qjsc.c.orig
+++ qjsc.c
@@ -450,7 +450,6 @@ static int output_executable(const char *out_filename,
lib_dir, bn_suffix, lto_suffix);
*arg++ = libjsname;
*arg++ = "-lm";
- *arg++ = "-ldl";
*arg++ = "-lpthread";
*arg = NULL;