summaryrefslogtreecommitdiff
path: root/patches/dev300/system-db-4.3-use-lpthread.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dev300/system-db-4.3-use-lpthread.diff')
-rw-r--r--patches/dev300/system-db-4.3-use-lpthread.diff19
1 files changed, 0 insertions, 19 deletions
diff --git a/patches/dev300/system-db-4.3-use-lpthread.diff b/patches/dev300/system-db-4.3-use-lpthread.diff
deleted file mode 100644
index 06b2b0b7d..000000000
--- a/patches/dev300/system-db-4.3-use-lpthread.diff
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.in.ark 2007-10-19 11:27:12.000000000 +0200
-+++ configure.in 2007-10-19 11:28:12.000000000 +0200
-@@ -3311,11 +3311,11 @@
- else
- AC_MSG_RESULT([no. you need at least db 4.1])
- fi
-- # does not work :/
-- #AC_CHECK_LIB(db, db_create, [],
-- # [AC_MSG_ERROR([db library not installed or functional])], [])
-- AC_HAVE_LIBRARY(db, [],
-- [AC_MSG_ERROR([db not installed or functional])], [])
-+ # dnl Workaround for a db 4.x bug -- it uses pthreads without linking to
-+ # the lib
-+ LIBS="$LIBS -lpthread"
-+ AC_CHECK_LIB(db, db_create, [],
-+ [AC_MSG_ERROR([db library not installed or functional])], [])
- SCPDEFS="$SCPDEFS -DSYSTEM_DB"
- else
- AC_MSG_RESULT([internal])