~mmach/netext73/isl

« back to all changes in this revision

Viewing changes to debian/patches/shared-lib-ext.patch

  • Committer: mmach
  • Date: 2019-05-14 07:37:06 UTC
  • Revision ID: netbit73@gmail.com-20190514073706-nt6iq2m3597se19c
0.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
 
2
Date: Tue, 12 Dec 2017 23:35:24 +0100
 
3
Subject: shared-lib-ext
 
4
 
 
5
===================================================================
 
6
---
 
7
 Configure | 3 ++-
 
8
 1 file changed, 2 insertions(+), 1 deletion(-)
 
9
 
 
10
diff --git a/Configure b/Configure
 
11
index e5cdd2f03ef5..5b118035224d 100755
 
12
--- a/Configure
 
13
+++ b/Configure
 
14
@@ -1838,7 +1838,8 @@ while (<IN>)
 
15
        elsif ($shared_extension ne "" && $shared_extension =~ /^\.s([ol])\.[^\.]*\.[^\.]*$/)
 
16
                {
 
17
                my $sotmp = $1;
 
18
-               s/^SHARED_LIBS_LINK_EXTS=.*/SHARED_LIBS_LINK_EXTS=.s$sotmp.\$(SHLIB_MAJOR) .s$sotmp/;
 
19
+#              s/^SHARED_LIBS_LINK_EXTS=.*/SHARED_LIBS_LINK_EXTS=.s$sotmp.\$(SHLIB_MAJOR) .s$sotmp/;
 
20
+               s/^SHARED_LIBS_LINK_EXTS=.*/SHARED_LIBS_LINK_EXTS=.s$sotmp/;
 
21
                }
 
22
        elsif ($shared_extension ne "" && $shared_extension =~ /^\.[^\.]*\.[^\.]*\.dylib$/)
 
23
                {