e2e2236f4d
Note to -stable ports maintainers: This should probably be put into -stable since the ClamAV people do not provide virus data to outdated scan engines. ok simon
13 lines
501 B
Plaintext
13 lines
501 B
Plaintext
$OpenBSD: patch-libclamav_Makefile_am,v 1.4 2007/08/25 10:08:28 mbalmer Exp $
|
|
--- libclamav/Makefile.am.orig Wed Jul 11 00:47:26 2007
|
|
+++ libclamav/Makefile.am Sat Aug 25 09:35:06 2007
|
|
@@ -21,7 +21,7 @@ INCLUDES = -I$(top_srcdir) -I@srcdir@/unrar -I@srcdir@
|
|
|
|
libclamav_la_LIBADD = @LIBCLAMAV_LIBS@ @THREAD_LIBS@
|
|
|
|
-libclamav_la_LDFLAGS = @TH_SAFE@ -version-info @LIBCLAMAV_VERSION@ -no-undefined
|
|
+libclamav_la_LDFLAGS = @TH_SAFE@ $(LIBclamav_LTVERSION) -no-undefined
|
|
|
|
include_HEADERS = clamav.h
|
|
|