pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/clamav
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Sep 6 09:22:49 UTC 2019
Modified Files:
pkgsrc/security/clamav: Makefile
Log Message:
clamav: Disable mapfile on SunOS.
There are a couple of functions that aren't defined, and this is easier than
patching (and doesn't impact other OS).
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/security/clamav/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/clamav/Makefile
diff -u pkgsrc/security/clamav/Makefile:1.52 pkgsrc/security/clamav/Makefile:1.53
--- pkgsrc/security/clamav/Makefile:1.52 Thu Aug 22 12:23:44 2019
+++ pkgsrc/security/clamav/Makefile Fri Sep 6 09:22:49 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2019/08/22 12:23:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.53 2019/09/06 09:22:49 jperkin Exp $
PKGREVISION= 1
.include "Makefile.common"
@@ -31,6 +31,8 @@ CONFIGURE_ARGS+= --disable-zlib-vcheck
# Work around build failure PR pkg/54420
CONFIGURE_ARGS+= --disable-unrar
+CONFIGURE_ENV.SunOS+= ac_cv_ld_version_script=no
+
CHECK_PORTABILITY_SKIP= contrib/* unit_tests/* win32/*
.include "../../mk/compiler.mk"
Home |
Main Index |
Thread Index |
Old Index