diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-21 02:02:08 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-21 02:02:08 +0800 |
commit | df412506eab18fff5bc52714f3f688d9db4a39c8 (patch) | |
tree | f7fbff726d090265c749398c2752548f873431ba /www | |
parent | 7bb72b001e221adfd1cdecb05d877e8fac819ab8 (diff) | |
download | freebsd-ports-gnome-df412506eab18fff5bc52714f3f688d9db4a39c8.tar.gz freebsd-ports-gnome-df412506eab18fff5bc52714f3f688d9db4a39c8.tar.zst freebsd-ports-gnome-df412506eab18fff5bc52714f3f688d9db4a39c8.zip |
- update SSL support.
defaults to openssl port (now 0.9.6.h)
New options:
use the lastest version (now 0.9.7)
USE_OPENSSL_BETA=yes
use teh base version with
USE_OPENSSL_BASE=yes
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13-modssl/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index b862ada210fe..3f8fcc0a4b07 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -116,15 +116,7 @@ CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer \ -fexpensive-optimizations -ffast-math .endif -.if ${OSVERSION} < 430000 || exists(${LOCALBASE}/lib/libcrypto.so.3) -OPENSSLBASE= ${LOCALBASE} -OPENSSLDIR= ${OPENSSLBASE}/openssl -LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl -OPENSSLLIB= ${OPENSSLBASE}/lib -OPENSSLINC= ${OPENSSLBASE}/include -MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \ - OPENSSLBASE=${OPENSSLBASE} OPENSSLDIR=${OPENSSLDIR} -.endif +.include "${PORTSDIR}/security/openssl/Makefile.ssl" CONFIGURE_ENV= CFLAGS='${CFLAGS}' \ OPTIM='${OPTIM}' \ |