summaryrefslogtreecommitdiffstats
path: root/patches/openssl-1.0.2h/0008-shared-lib-ext.patch
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-05-04 09:30:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-04 09:34:31 +0200
commit2092ef0f30f6d179638bb305fa16fbb3777991b6 (patch)
tree6921e50a84504c69f4a487381269f8ffdf3fdff6 /patches/openssl-1.0.2h/0008-shared-lib-ext.patch
parentb4255840d35c621c28db5643baca6b5c5e26e21b (diff)
downloadptxdist-2092ef0f30f6d179638bb305fa16fbb3777991b6.tar.gz
ptxdist-2092ef0f30f6d179638bb305fa16fbb3777991b6.tar.xz
openssl: version bump 1.0.2g -> 1.0.2h
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/openssl-1.0.2h/0008-shared-lib-ext.patch')
-rw-r--r--patches/openssl-1.0.2h/0008-shared-lib-ext.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/patches/openssl-1.0.2h/0008-shared-lib-ext.patch b/patches/openssl-1.0.2h/0008-shared-lib-ext.patch
new file mode 100644
index 000000000..3d6b392d7
--- /dev/null
+++ b/patches/openssl-1.0.2h/0008-shared-lib-ext.patch
@@ -0,0 +1,25 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Wed, 4 May 2016 09:27:51 +0200
+Subject: [PATCH] shared-lib-ext
+
+Imported from openssl_1.0.2h-1.debian.tar.xz
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ Configure | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/Configure b/Configure
+index 90d41302421d..974407e2d9a5 100755
+--- a/Configure
++++ b/Configure
+@@ -1830,7 +1830,8 @@ while (<IN>)
+ elsif ($shared_extension ne "" && $shared_extension =~ /^\.s([ol])\.[^\.]*\.[^\.]*$/)
+ {
+ my $sotmp = $1;
+- s/^SHARED_LIBS_LINK_EXTS=.*/SHARED_LIBS_LINK_EXTS=.s$sotmp.\$(SHLIB_MAJOR) .s$sotmp/;
++# s/^SHARED_LIBS_LINK_EXTS=.*/SHARED_LIBS_LINK_EXTS=.s$sotmp.\$(SHLIB_MAJOR) .s$sotmp/;
++ s/^SHARED_LIBS_LINK_EXTS=.*/SHARED_LIBS_LINK_EXTS=.s$sotmp/;
+ }
+ elsif ($shared_extension ne "" && $shared_extension =~ /^\.[^\.]*\.[^\.]*\.dylib$/)
+ {