pkgsrc-WIP-changes archive

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

gnurl: zlib bl3 is still needed, remove libgnutls-config.mk



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Thu Jan 24 13:52:57 2019 +0000
Changeset:	d4decdad8f15c21b653a91ceca33931c00200ff7

Modified Files:
	gnurl/Makefile

Log Message:
gnurl: zlib bl3 is still needed, remove libgnutls-config.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d4decdad8f15c21b653a91ceca33931c00200ff7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnurl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gnurl/Makefile b/gnurl/Makefile
index e042920c13..81810388d5 100644
--- a/gnurl/Makefile
+++ b/gnurl/Makefile
@@ -27,6 +27,7 @@ TEST_TARGET=		check
 CONFIGURE_ARGS+=	--disable-ntml-wb
 CONFIGURE_ARGS+=	--with-gnutls
 CONFIGURE_ARGS+=	--with-libidn2
+CONFIGURE_ARGS+=	--with-libz=${BUILDLINK_PREFIX.zlib}
 # Fallback to gnutls preferred CA certificates
 CONFIGURE_ARGS+=	--without-ca-bundle
 CONFIGURE_ARGS+=	--without-ca-path
@@ -45,5 +46,4 @@ post-install:
 .include "../../devel/libidn2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"
-.include "../../security/gnutls/libgnutls-config.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index