You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/onak/files/onak-0.3.7-berkdb-5.0.patch

14 lines
426 B

http://bugs.gentoo.org/319677
--- configure.ac
+++ configure.ac
@@ -17,7 +17,7 @@
printf "#include <db.h>\nDB_VERSION_MAJOR DB_VERSION_MINOR\n" >conftest.c
set `eval $ac_cpp conftest.c | egrep '^ *[[0-9]] *'`; v="$1"; vv="$2"
AC_MSG_RESULT($v.$vv)
-if test "$v" -eq 4; then
+if test "$v" -ge 4; then
for db in "db-$v.$vv" "db$v.$vv" "db-$v" "db$v" "db"; do
AC_MSG_CHECKING(for db_create in lib$db)
oldLIBS="$LIBS"