mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- force bind with openssl port/base as configured
This commit is contained in:
parent
5b063c8581
commit
fe15696d6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79083
@ -132,6 +132,8 @@ pre-patch:
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's|-print|-print0|;s|xargs|xargs -0|' \
|
||||
${WRKSRC}/Makefile.tmpl
|
||||
@${PERL} -pi -e "s|SSL_LDFLAGS=''|SSL_LDFLAGS='${OPENSSL_LDFLAGS}'|" \
|
||||
${WRKSRC}/src/modules/ssl/libssl.module
|
||||
@cd ${WRKSRC} \
|
||||
&& ${FIND} . -type f -name "*.orig" -print | ${XARGS} ${RM} -f
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user