pkgsrc-ng/devel/binutils/patches/patch-gold_Makefile.am
2014-08-11 13:28:49 +02:00

14 lines
226 B
Plaintext

$NetBSD$
--- gold/Makefile.am.orig Wed May 2 21:37:23 2012
+++ gold/Makefile.am
@@ -20,7 +20,7 @@ AM_CPPFLAGS = \
LIBIBERTY = ../libiberty/libiberty.a
if PLUGINS
-LIBDL = -ldl
+LIBDL = @DLOPEN_LIBS@
endif
if THREADS