summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-02-22 05:15:12 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-02-22 05:15:12 +0000
commit38afb1ece3917e9bc998f24da9a21950fbdf59ea (patch)
treeb082d29ee2533d8cf01bdbced536b68f4aefb9fc
parentdd note about default PR assignment. (diff)
- tamper SHLIB_VERSION_NUMBER in opensslv.h
This allows some qt apps to dynamicly load openssl
Notes
Notes: svn path=/head/; revision=292033
-rw-r--r--security/openssl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 593efb2616ef..5cb410d22eef 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1137,6 +1137,8 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|m4 -B 8192|m4|g' \
${WRKSRC}/crypto/des/Makefile
+ ${REINPLACE_CMD} -e 's|SHLIB_VERSION_NUMBER "1.0.0"|SHLIB_VERSION_NUMBER "${OPENSSL_SHLIBVER}"|' \
+ ${WRKSRC}/crypto/opensslv.h
do-configure:
@${REINPLACE_CMD} -e "s|options 386|options|" \