mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
security/lasso: Fix build with new xmlsec1
The newest update to xmlsec1 broke this port as it used a deprecated functin of xmlsec1. PR: 277033 Reported by: dweimer@dweimer.net
This commit is contained in:
parent
40efec60a9
commit
8bb7615cb8
@ -43,5 +43,8 @@ CFLAGS+= -Wno-error=int-conversion
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E 's,(xmlsec1-openssl >= 1\.2\.6) openssl,\1,' \
|
||||
${CONFIGURE_WRKSRC}/configure
|
||||
# Fix build with new xmlsec1 as this function was deprecated
|
||||
@${REINPLACE_CMD} -e 's|BAD_CAST XMLSEC_CRYPTO|BAD_CAST xmlSecGetDefaultCrypto()|g' \
|
||||
${WRKSRC}/lasso/lasso.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user