pkgsrc-WIP-changes archive

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

getdns: explicitly passing ${SSLBASE} to configure.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Fri Jul 19 14:09:16 2019 +0200
Changeset:	e8f8c381c452b0d05fe1c9ea3f7ee455c52ba312

Modified Files:
	getdns/Makefile

Log Message:
getdns: explicitly passing ${SSLBASE} to configure.

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

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

diffstat:
 getdns/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/getdns/Makefile b/getdns/Makefile
index 8a6117a8d0..5e9b963d11 100644
--- a/getdns/Makefile
+++ b/getdns/Makefile
@@ -16,6 +16,8 @@ USE_TOOLS+=	pkg-config
 PKGCONFIG_OVERRIDE+=	getdns.pc.in
 PKGCONFIG_OVERRIDE+=	getdns_ext_event.pc.in
 
+CONFIGURE_ARGS+=	--with-ssl=${SSLBASE}
+
 .include "../../devel/libevent/buildlink3.mk"
 .include "../../devel/libgetopt/buildlink3.mk"
 .include "../../devel/libidn/buildlink3.mk"


Home | Main Index | Thread Index | Old Index