mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 14:56:21 -04:00
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
$NetBSD$
|
|
|
|
--- bfd/Makefile.am.orig Mon Mar 25 09:08:05 2013
|
|
+++ bfd/Makefile.am
|
|
@@ -35,7 +35,7 @@ AM_CFLAGS = $(WARN_CFLAGS)
|
|
AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
|
|
if PLUGINS
|
|
bfdinclude_HEADERS += $(INCDIR)/plugin-api.h
|
|
-LIBDL = -ldl
|
|
+LIBDL = @lt_cv_dlopen_libs@
|
|
endif
|
|
|
|
# bfd.h goes here, for now
|