fa0e2fef8f
least one highly critical (remote). See http://secunia.com/advisories/29000 for details. Thanks to kurt@ for helping analyzing the threaded code issues.
15 lines
591 B
Plaintext
15 lines
591 B
Plaintext
$OpenBSD: patch-clamd_Makefile_in,v 1.7 2008/04/16 19:46:01 mbalmer Exp $
|
|
--- clamd/Makefile.in.orig Wed Apr 9 17:55:29 2008
|
|
+++ clamd/Makefile.in Mon Apr 14 18:44:26 2008
|
|
@@ -144,7 +144,9 @@ INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
-LDFLAGS = @LDFLAGS@
|
|
+# Do not generate "LDFLAGS = -L/usr/local/lib" to build on systems that have
|
|
+# have an older libclamav installed.
|
|
+# LDFLAGS = @LDFLAGS@
|
|
LIBBZ2 = @LIBBZ2@
|
|
LIBBZ2_PREFIX = @LIBBZ2_PREFIX@
|
|
LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
|