pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/clamav clamav: Disable mapfile on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/41065f18f41b
branches: trunk
changeset: 400865:41065f18f41b
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Sep 06 09:22:49 2019 +0000
description:
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).
diffstat:
security/clamav/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d86a36da8522 -r 41065f18f41b security/clamav/Makefile
--- a/security/clamav/Makefile Fri Sep 06 09:10:59 2019 +0000
+++ b/security/clamav/Makefile Fri Sep 06 09:22:49 2019 +0000
@@ -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 @@
# 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