that are always true due to char not being signed on this platform). This update fixes a possible crash, see http://sourceforge.net/project/shownotes.php?release_id=337279 for details.
15 lines
601 B
Plaintext
15 lines
601 B
Plaintext
$OpenBSD: patch-clamd_Makefile_in,v 1.2 2005/06/29 10:12:09 mbalmer Exp $
|
|
--- clamd/Makefile.in.orig Thu Jun 23 22:03:05 2005
|
|
+++ clamd/Makefile.in Wed Jun 29 11:00:23 2005
|
|
@@ -148,7 +148,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@
|
|
LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
|
|
LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
|
|
LIBOBJS = @LIBOBJS@
|