[Bug 235776] security/openvpn-auth-ldap fix for building with openssl111 on FreeBSD11.2S
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 16 07:40:23 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235776
Bug ID: 235776
Summary: security/openvpn-auth-ldap fix for building with
openssl111 on FreeBSD11.2S
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: mandree at FreeBSD.org
Reporter: dewayne at heuristicsystems.com.au
Flags: maintainer-feedback?(mandree at FreeBSD.org)
Assignee: mandree at FreeBSD.org
Problem (build from make on either i386 or amd64):
security/openvpn-auth-ldap
checking for openssl... no
configure: error: in
`/var/ports/usr/ports/security/openvpn-auth-ldap/work/auth-ldap-2.0.4.0.s1379':
configure: error: Could not locate a working OpenSSL library installation. Try
--with-openssl=
See `config.log' for more details
Solution
# svnlite diff /usr/ports/security/openvpn-auth-ldap
Index: /usr/ports/security/openvpn-auth-ldap/Makefile
===================================================================
--- /usr/ports/security/openvpn-auth-ldap/Makefile (revision 492999)
+++ /usr/ports/security/openvpn-auth-ldap/Makefile (working copy)
@@ -24,7 +24,7 @@
USE_OPENLDAP= yes
CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} \
--with-openvpn=${LOCALBASE}/include \
- --with-objc-runtime=GNU
+ --with-objc-runtime=GNU --with-openssl=${LOCALBASE}
PORTDOCS= README
PORTEXAMPLES= auth-ldap.conf
Compiles cleanly on both i386 & amd64.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list