diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-12-13 03:00:08 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-12-13 03:00:08 +0000 |
commit | a92deb28031abcf0c7622b75b4a46d2ad5d940c0 (patch) | |
tree | f82a121f3e748b77f6913df91891c871bb995dc7 /net/ntp/Makefile | |
parent | a08aad3bfe5de66b865f8960193dba831852ce97 (diff) |
Flag ntp and ntp-devel ignore if libressl is installed due to md5
symbol conflicts.
PR: 215093
Notes
Notes:
svn path=/head/; revision=428460
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r-- | net/ntp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 3aa5960b7578..ca827574cfa1 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -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 |