]> git.pld-linux.org Git - packages/db.git/blame - db-so-suffix.patch
- save from http://www.oracle.com/technology/products/berkeley-db/db/update/4.2.52...
[packages/db.git] / db-so-suffix.patch
CommitLineData
bfa272a2
AM
1diff -urN db-4.2.52/dist/aclocal/sosuffix.ac db-4.2.52.org/dist/aclocal/sosuffix.ac
2--- db-4.2.52/dist/aclocal/sosuffix.ac 2003-04-19 07:11:55.000000000 +0200
3+++ db-4.2.52.org/dist/aclocal/sosuffix.ac 2004-05-04 23:26:28.000000000 +0200
4@@ -18,7 +18,7 @@
5 versuffix=""
6 release=""
7 libname=libfoo
8- eval _SOSUFFIX=\"$shrext\"
9+ eval _SOSUFFIX=\"$shrext_cmds\"
10 if test "X$_SOSUFFIX" = "" ; then
11 _SOSUFFIX=".so"
12 if test `$LIBTOOL_PROG --config | grep build_libtool_libs | grep no` 2>/dev/null; then
This page took 0.034146 seconds and 4 git commands to generate.