mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 14:25:12 -04:00
14 lines
226 B
Plaintext
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
|