acb117b69f
checked in (request 43037) OBS-URL: https://build.opensuse.org/request/show/43037 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=12
14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
--- modules/berkeley-db/configure
|
|
+++ modules/berkeley-db/configure 2007-01-24 14:52:14.000000000 +0100
|
|
@@ -3161,6 +3161,10 @@ fi;
|
|
done
|
|
fi
|
|
|
|
+ LIBDB=-ldb-4
|
|
+LTLIBDB=
|
|
+ INCDB=-I/usr/include/db4
|
|
+
|
|
ac_cv_libdb_libs="$LIBDB"
|
|
ac_cv_libdb_ltlibs="$LTLIBDB"
|
|
ac_cv_libdb_cppflags="$INCDB"
|