diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-02-22 13:15:12 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-02-22 13:15:12 +0800 |
commit | 63a70aaa60971cbfc3df962dd9e5677560a43e1c (patch) | |
tree | 12f8ce950d044fb1de7d8fc6b759385ce30f3b0b | |
parent | dc28c91ff9797721bebb6986487682c6e99ae0e6 (diff) | |
download | freebsd-ports-gnome-63a70aaa60971cbfc3df962dd9e5677560a43e1c.tar.gz freebsd-ports-gnome-63a70aaa60971cbfc3df962dd9e5677560a43e1c.tar.zst freebsd-ports-gnome-63a70aaa60971cbfc3df962dd9e5677560a43e1c.zip |
- tamper SHLIB_VERSION_NUMBER in opensslv.h
This allows some qt apps to dynamicly load openssl
-rw-r--r-- | security/openssl/Makefile | 2 |
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|" \ |