dfc04c81ae
Makefile cleanup since then), feedback giovanni@ - better performance and reduced memory use - various other fixes and minor enhancements - new pdf parser
15 lines
556 B
Plaintext
15 lines
556 B
Plaintext
$OpenBSD: patch-clamd_Makefile_in,v 1.13 2010/08/19 09:17:41 sthen Exp $
|
|
--- clamd/Makefile.in.orig Thu Aug 12 17:42:27 2010
|
|
+++ clamd/Makefile.in Thu Aug 12 21:54:06 2010
|
|
@@ -182,7 +182,9 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
LCOV = @LCOV@
|
|
LD = @LD@
|
|
-LDFLAGS = @LDFLAGS@
|
|
+# Do not generate "LDFLAGS = -L/usr/local/lib" to build on systems that have
|
|
+# have an older libclamav installed.
|
|
+# LDFLAGS = @LDFLAGS@
|
|
LIBADD_DL = @LIBADD_DL@
|
|
LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
|
|
LIBADD_DLOPEN = @LIBADD_DLOPEN@
|