Date: Sat, 16 Feb 2019 07:40:17 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 235776] security/openvpn-auth-ldap fix for building with openssl111 on FreeBSD11.2S Message-ID: <bug-235776-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235776 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@FreeBSD.org Reporter: dewayne@heuristicsystems.com.au Flags: maintainer-feedback?(mandree@FreeBSD.org) Assignee: mandree@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.s13= 79': configure: error: Could not locate a working OpenSSL library installation. = Try --with-openssl=3D See `config.log' for more details Solution # svnlite diff /usr/ports/security/openvpn-auth-ldap Index: /usr/ports/security/openvpn-auth-ldap/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- /usr/ports/security/openvpn-auth-ldap/Makefile (revision 492999) +++ /usr/ports/security/openvpn-auth-ldap/Makefile (working copy) @@ -24,7 +24,7 @@ USE_OPENLDAP=3D yes CONFIGURE_ARGS+=3D --with-openldap=3D${LOCALBASE} \ --with-openvpn=3D${LOCALBASE}/include \ - --with-objc-runtime=3DGNU + --with-objc-runtime=3DGNU --with-openssl=3D${LOCAL= BASE} PORTDOCS=3D README PORTEXAMPLES=3D auth-ldap.conf Compiles cleanly on both i386 & amd64. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235776-7788>