blob: e33f6f38de8176e77b8946f4ed491ae3de150064 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|