aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/shared-lib-ext.patch
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-04-16 12:43:11 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-04-28 09:06:45 +0300
commitf266c1ae405c7f4feb768de03d8810422b4e4ed3 (patch)
treef07070537d9b65652e29c92cfa647b9ce8359460 /debian/patches/shared-lib-ext.patch
parentbe6cd57023bc8f4596e39e85344973fd11a37ad8 (diff)
Imported Debian patch 1.0.1c-3ubuntu2.5~linaro1debian/1.0.1c-3ubuntu2.5_linaro1
Diffstat (limited to 'debian/patches/shared-lib-ext.patch')
-rw-r--r--debian/patches/shared-lib-ext.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/shared-lib-ext.patch b/debian/patches/shared-lib-ext.patch
new file mode 100644
index 0000000..6b57a6d
--- /dev/null
+++ b/debian/patches/shared-lib-ext.patch
@@ -0,0 +1,14 @@
+Index: openssl-1.0.0c/Configure
+===================================================================
+--- openssl-1.0.0c.orig/Configure 2010-12-12 16:10:12.000000000 +0100
++++ openssl-1.0.0c/Configure 2010-12-12 17:12:38.000000000 +0100
+@@ -1605,7 +1605,8 @@
+ 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$/)
+ {