summaryrefslogtreecommitdiffstats
path: root/patches/openssl-1.0.2h/0008-shared-lib-ext.patch
diff options
context:
space:
mode:
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$/)
+ {