mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
Also update the toolchain to latest versions. This includes a security fix for apache-xml-security-c. Releaseinfo: https://wiki.shibboleth.net/confluence/display/SP3/ReleaseNotes Security: 5786185a-9a43-11e8-b34b-6cc21735f730 Security: https://shibboleth.net/community/advisories/secadv_20180803.txt
11 lines
363 B
Text
11 lines
363 B
Text
--- configure.ac.orig 2018-07-20 01:39:47 UTC
|
|
+++ configure.ac
|
|
@@ -154,7 +154,7 @@ AX_PKG_CHECK_MODULES([$1],,[$2],[$3],
|
|
])
|
|
|
|
AS_IF([test "x$with_xmlsec" != xno],
|
|
- [XMLSEC_PKG_CHECK([openssl],[openssl],
|
|
+ [XMLSEC_PKG_CHECK([openssl],[],
|
|
[XMLSEC_PKG_CHECK([libcurl],[libcurl],
|
|
[AX_SAVE_FLAGS
|
|
CXXFLAGS="$libcurl_CFLAGS $CXXFLAGS"
|