From e0bd3783fc33a3c46bf58c3dc10985eced7ef12d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 4 May 2004 22:54:37 +0000 Subject: [PATCH 1/1] - properly detect shared lib suffix Changed files: db-so-suffix.patch -> 1.1 --- db-so-suffix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 db-so-suffix.patch diff --git a/db-so-suffix.patch b/db-so-suffix.patch new file mode 100644 index 0000000..60f7d15 --- /dev/null +++ b/db-so-suffix.patch @@ -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 -- 2.43.0