forked from Lainports/opnsense-ports
11 lines
366 B
Text
11 lines
366 B
Text
--- src/Makefile.am.orig 2020-03-30 12:17:45 UTC
|
|
+++ src/Makefile.am
|
|
@@ -41,7 +41,7 @@ CLEANFILES += make-debug-archive
|
|
|
|
if BUILD_STATIC
|
|
libasm = ../libasm/libasm.a
|
|
-libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) -ldl -lpthread
|
|
+libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) -lpthread
|
|
libelf = ../libelf/libelf.a -lz
|
|
else
|
|
libasm = ../libasm/libasm.so
|