summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2018-06-04 12:45:47 +0000
committerleot <leot@pkgsrc.org>2018-06-04 12:45:47 +0000
commit819d65ace314f892bf0cab42671a2d2bfe956d74 (patch)
tree4010bc2ff341bbb7baccde47d6a86c8a0097c081 /security
parent46461a83407f17614c57e1cb3d0e1328d15bc99d (diff)
downloadpkgsrc-819d65ace314f892bf0cab42671a2d2bfe956d74.tar.gz
gnutls: Fix build if devel/autogen package is installed
Without including the autogen bl3 if devel/autogen package was installed autogen (the tool) was used but then the build failed because it tried to include <autoopts/options.h> unconditionally. Add `--enable-local-libopts' to CONFIGURE_ARGS to avoid that.
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 32309ab34b6..2ed94f69109 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.180 2018/06/04 11:16:12 youri Exp $
+# $NetBSD: Makefile,v 1.181 2018/06/04 12:45:47 leot Exp $
DISTNAME= gnutls-3.6.0
PKGREVISION= 2
@@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --disable-libdane
CONFIGURE_ARGS+= --without-tpm
CONFIGURE_ARGS+= --disable-valgrind-tests
CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext}
+CONFIGURE_ARGS+= --enable-local-libopts
# Assembler support is broken for SunOS in 3.2.9.
CONFIGURE_ARGS.SunOS+= --disable-hardware-acceleration
CONFIGURE_ARGS.FreeBSD+= ac_cv_type_max_align_t=yes