pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/gnutls



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Jun  4 12:45:48 UTC 2018

Modified Files:
        pkgsrc/security/gnutls: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 pkgsrc/security/gnutls/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/gnutls/Makefile
diff -u pkgsrc/security/gnutls/Makefile:1.180 pkgsrc/security/gnutls/Makefile:1.181
--- pkgsrc/security/gnutls/Makefile:1.180       Mon Jun  4 11:16:12 2018
+++ pkgsrc/security/gnutls/Makefile     Mon Jun  4 12:45:47 2018
@@ -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



Home | Main Index | Thread Index | Old Index