svn commit: r434564 - in head/net: ntp ntp-devel
Cy Schubert
cy at FreeBSD.org
Wed Feb 22 03:35:58 UTC 2017
Author: cy
Date: Wed Feb 22 03:35:56 2017
New Revision: 434564
URL: https://svnweb.freebsd.org/changeset/ports/434564
Log:
OpenSSL includes are configured even though option is not selected
resulting in a build failure.
Modified:
head/net/ntp-devel/Makefile
head/net/ntp/Makefile
Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile Wed Feb 22 03:34:01 2017 (r434563)
+++ head/net/ntp-devel/Makefile Wed Feb 22 03:35:56 2017 (r434564)
@@ -53,6 +53,7 @@ PERL_UTILS_USES= perl5
SSL_CONFIGURE_ON= --with-openssl-incdir=${OPENSSLINC} \
--with-openssl-libdir=${OPENSSLLIB}
SSL_CONFIGURE_OFF= --without-crypto
+SSL_BROKEN_OFF= Includes OpenSSL when deselected
THREADS_CONFIGURE_ENABLE= thread-support
THREADS_CONFIGURE_WITH= threads
Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile Wed Feb 22 03:34:01 2017 (r434563)
+++ head/net/ntp/Makefile Wed Feb 22 03:35:56 2017 (r434564)
@@ -56,6 +56,7 @@ PERL_UTILS_USES= perl5
SSL_CONFIGURE_ON= --with-openssl-incdir=${OPENSSLINC} \
--with-openssl-libdir=${OPENSSLLIB}
SSL_CONFIGURE_OFF= --without-crypto
+SSL_BROKEN_OFF= Includes OpenSSL when deselected
THREADS_CONFIGURE_ENABLE= thread-support
THREADS_CONFIGURE_WITH= threads
More information about the svn-ports-head
mailing list