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
617 B
Plaintext
13 lines
617 B
Plaintext
$OpenBSD: patch-libclamav_Makefile_in,v 1.4 2007/08/25 10:08:28 mbalmer Exp $
|
|
--- libclamav/Makefile.in.orig Tue Aug 21 00:48:18 2007
|
|
+++ libclamav/Makefile.in Sat Aug 25 09:35:06 2007
|
|
@@ -238,7 +238,7 @@ target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
INCLUDES = -I$(top_srcdir) -I@srcdir@/unrar -I@srcdir@/nsis
|
|
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) @LIBCLAMAV_VERSION@ -no-undefined
|
|
include_HEADERS = clamav.h
|
|
libclamav_la_SOURCES = \
|
|
clamav.h \
|