ports/devel/elfutils/files/patch-src_Makefile.am
Conrad Meyer e94ef01405 elfutils: Update to latest 0.179
Bump portrevision in kcov, which depends on elfutils ABI.

Discussed with:	asomers, mat
Approved by:	jrm
Differential Revision:	https://reviews.freebsd.org/D24614
2020-05-06 17:32:29 +00:00

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