diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-16 14:17:06 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-16 14:17:06 +0000 |
commit | fe15696d6daf32e24928f591a506bdf8b291a3d3 (patch) | |
tree | 9cda3c0c0c167b3cc3be71ce344049205ccf0bf2 /www/apache13-modssl/Makefile | |
parent | When l2tpd(8) runs on a multi-homed machine, and you attempt to (diff) |
- force bind with openssl port/base as configured
Notes
Notes:
svn path=/head/; revision=79083
Diffstat (limited to 'www/apache13-modssl/Makefile')
-rw-r--r-- | www/apache13-modssl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index bb3cec0e119c..b6877c7067d4 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -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 |