diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-16 22:17:06 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-16 22:17:06 +0800 |
commit | 5e0af09756dbe7d71f8b1dada9f73d6fee14b12d (patch) | |
tree | 5ddf76f67e298119ff71dc1aa11818217979e1c7 /www/apache13-modssl | |
parent | 073a4e4697f16fa6122d46013b29d174af39c8df (diff) | |
download | freebsd-ports-gnome-5e0af09756dbe7d71f8b1dada9f73d6fee14b12d.tar.gz freebsd-ports-gnome-5e0af09756dbe7d71f8b1dada9f73d6fee14b12d.tar.zst freebsd-ports-gnome-5e0af09756dbe7d71f8b1dada9f73d6fee14b12d.zip |
- force bind with openssl port/base as configured
Diffstat (limited to 'www/apache13-modssl')
-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 |