0989c0c515
24 September 2014 - make hotplug using libudev (default) more robust - add ReiserFS file system support (for configuration files) - add musl libC support (increase the thread stack) - Some other minor improvements and bug corrections
14 lines
551 B
Text
14 lines
551 B
Text
$NetBSD: patch-src_spy_Makefile.in,v 1.3 2014/10/01 16:27:03 gdt Exp $
|
|
|
|
Build fix for dlopen() on NetBSD
|
|
|
|
--- src/spy/Makefile.in.orig 2014-09-24 13:04:47.000000000 +0000
|
|
+++ src/spy/Makefile.in
|
|
@@ -124,6 +124,7 @@ am__uninstall_files_from_dir = { \
|
|
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
|
|
"$(DESTDIR)$(man1dir)"
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
+# In earlier versions, pkgsrc patched -ldl to ${DL_LIBS}
|
|
libpcscspy_la_LIBADD =
|
|
am_libpcscspy_la_OBJECTS = libpcscspy.lo
|
|
libpcscspy_la_OBJECTS = $(am_libpcscspy_la_OBJECTS)
|