1
0
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:
Dirk Meyer 2003-04-16 14:17:06 +00:00
parent 5b063c8581
commit fe15696d6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79083

View File

@ -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