]> git.pld-linux.org Git - packages/db4.3.git/commitdiff
- properly detect shared lib suffix AC-branch AC-STABLE auto/ac/db-4_2_52-10 auto/ac/db-4_2_52-11 auto/ac/db-4_2_52-12 auto/ac/db-4_2_52-5 auto/ac/db-4_2_52-6 auto/ac/db-4_2_52-8 auto/ac/db-4_2_52-9 auto/ac/db-4_2_52_5-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 4 May 2004 22:54:37 +0000 (22:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    db-so-suffix.patch -> 1.1

db-so-suffix.patch [new file with mode: 0644]

diff --git a/db-so-suffix.patch b/db-so-suffix.patch
new file mode 100644 (file)
index 0000000..60f7d15
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN db-4.2.52/dist/aclocal/sosuffix.ac db-4.2.52.org/dist/aclocal/sosuffix.ac
+--- db-4.2.52/dist/aclocal/sosuffix.ac 2003-04-19 07:11:55.000000000 +0200
++++ db-4.2.52.org/dist/aclocal/sosuffix.ac     2004-05-04 23:26:28.000000000 +0200
+@@ -18,7 +18,7 @@
+       versuffix=""
+       release=""
+       libname=libfoo
+-      eval _SOSUFFIX=\"$shrext\"
++      eval _SOSUFFIX=\"$shrext_cmds\"
+       if test "X$_SOSUFFIX" = "" ; then
+               _SOSUFFIX=".so"
+               if test `$LIBTOOL_PROG --config | grep build_libtool_libs | grep no` 2>/dev/null; then
This page took 0.074131 seconds and 4 git commands to generate.