0.9.7c changed the offset so a new patch was needed
Updated the 0.9.6k patch at the same time to not hardcore the SOVER
This commit is contained in:
parent
28a9ad48e4
commit
d27c2e3d67
@ -4,7 +4,7 @@
|
|||||||
SHLIB_MAJOR=
|
SHLIB_MAJOR=
|
||||||
SHLIB_MINOR=
|
SHLIB_MINOR=
|
||||||
SHLIB_EXT=
|
SHLIB_EXT=
|
||||||
+SHLIB_SOVER=2
|
+SHLIB_SOVER=
|
||||||
PLATFORM=dist
|
PLATFORM=dist
|
||||||
OPTIONS=
|
OPTIONS=
|
||||||
CONFIGURE_ARGS=
|
CONFIGURE_ARGS=
|
||||||
|
21
openssl/src/openssl-0.9.7c-soversion.patch
Normal file
21
openssl/src/openssl-0.9.7c-soversion.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
--- openssl-0.9.7c/Makefile.org.orig 2003-10-16 12:29:55.227462000 +0200
|
||||||
|
+++ openssl-0.9.7c/Makefile.org 2003-10-16 12:33:36.449814000 +0200
|
||||||
|
@@ -10,6 +10,7 @@
|
||||||
|
SHLIB_MAJOR=
|
||||||
|
SHLIB_MINOR=
|
||||||
|
SHLIB_EXT=
|
||||||
|
+SHLIB_SOVER=
|
||||||
|
PLATFORM=dist
|
||||||
|
OPTIONS=
|
||||||
|
CONFIGURE_ARGS=
|
||||||
|
@@ -390,8 +391,9 @@
|
||||||
|
MINUSZ='-z '; \
|
||||||
|
(${CC} -v 2>&1 | grep gcc) > /dev/null && MINUSZ='-Wl,-z,'; \
|
||||||
|
set -x; ${CC} ${SHARED_LDFLAGS} -G -dy -z text \
|
||||||
|
+ -R${INSTALLTOP}/lib \
|
||||||
|
-o lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
|
||||||
|
- -h lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
|
||||||
|
+ -h lib$$i.so.${SHLIB_SOVER}} \
|
||||||
|
$${MINUSZ}allextract lib$$i.a $${MINUSZ}defaultextract \
|
||||||
|
$$libs ${EX_LIBS} -lc ) || exit 1; \
|
||||||
|
libs="-l$$i $$libs"; \
|
Loading…
x
Reference in New Issue
Block a user