summaryrefslogtreecommitdiff
path: root/debian/patches/soname.patch
diff options
context:
space:
mode:
authorJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>2015-11-02 17:51:13 +0000
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>2015-11-02 17:51:13 +0000
commit98c3e224a46705936ea39a3830e50299f2ce3c73 (patch)
treee1245867d3733b5deaf4e41a88a080c3a0b4f59e /debian/patches/soname.patch
pcre3 (2:8.35-7.4) unstable; urgency=medium
* Non-maintainer upload. * Fix copy-and-paste error in Disable_JIT_on_sparc64.patch. # imported from the archive
Diffstat (limited to 'debian/patches/soname.patch')
-rw-r--r--debian/patches/soname.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/soname.patch b/debian/patches/soname.patch
new file mode 100644
index 0000000..cddd9b0
--- /dev/null
+++ b/debian/patches/soname.patch
@@ -0,0 +1,19 @@
+From: Mark Baker <mark@mnb.org.uk>
+Description: Change soname to what debian use
+--- a/configure.ac
++++ b/configure.ac
+@@ -17,10 +17,10 @@
+ # 50 lines of this file. Please update that if the variables above are moved.
+
+ # Libtool shared library interface versions (current:revision:age)
+-m4_define(libpcre_version, [3:3:2])
+-m4_define(libpcre16_version, [2:3:2])
+-m4_define(libpcre32_version, [0:3:0])
+-m4_define(libpcreposix_version, [0:2:0])
++m4_define(libpcre_version, [16:1:13])
++m4_define(libpcre16_version, [16:1:13])
++m4_define(libpcre32_version, [16:1:13])
++m4_define(libpcreposix_version, [16:1:13])
+ m4_define(libpcrecpp_version, [0:0:0])
+
+ AC_PREREQ(2.57)