From f1dcf3439002e78ab5da23e54b1aa5c360696801 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 2 Oct 2017 10:29:19 +0000 Subject: [PATCH] curl: fix ldap build_option Fixes #7896 --- srcpkgs/curl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index 1c91f3cdfa4..9df5c3b4531 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -6,7 +6,7 @@ build_style=gnu-configure configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6 $(vopt_with rtmp) $(vopt_with gssapi) - $(vopt_with ldap '--enable-ldap --enable-ldaps' '--disable-ldap --disable-ldaps') + $(vopt_enable ldap) $(vopt_enable ldap ldaps) $(vopt_with ssh ssh2) $(vopt_with ssl) $(vopt_with gnutls) --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-libidn2" hostmakedepends="pkg-config perl groff"