mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Flag ntp and ntp-devel ignore if libressl is installed due to md5
symbol conflicts. PR: 215093
This commit is contained in:
parent
a08aad3bfe
commit
a92deb2803
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428460
@ -59,6 +59,10 @@ THREADS_CONFIGURE_WITH= threads
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
if ${SSL_DEFAULT:Mlibressl*}
|
||||
IGNORE= detected LibreSSL (undefined references to MD5 symbols)
|
||||
.endif
|
||||
|
||||
.for D in ${NTP_DRIVERS}
|
||||
.if ${PORT_OPTIONS:M${D}}
|
||||
CONFIGURE_ARGS+= --enable-${D}
|
||||
|
@ -70,6 +70,10 @@ ${D}_CONFIGURE_ON= --enable-${D}
|
||||
BROKEN= Does not build under FreeBSD-9, aclocal not found
|
||||
.endif
|
||||
|
||||
.if ${SSL_DEFAULT:Mlibressl*}
|
||||
IGNORE= detected LibreSSL (md5 definition conflicts)
|
||||
.endif
|
||||
|
||||
# XXX Temporary hack. Remember to remove this next commit.
|
||||
post-extract:
|
||||
@${TOUCH} ${WRKSRC}/scripts/build/checkHtmlFileDates
|
||||
|
Loading…
Reference in New Issue
Block a user