mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
Bump portrevision in kcov, which depends on elfutils ABI. Discussed with: asomers, mat Approved by: jrm Differential Revision: https://reviews.freebsd.org/D24614
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
|