aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libzdb/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libzdb/files/patch-configure')
-rw-r--r--databases/libzdb/files/patch-configure44
1 files changed, 0 insertions, 44 deletions
diff --git a/databases/libzdb/files/patch-configure b/databases/libzdb/files/patch-configure
deleted file mode 100644
index ec5015fbe46f..000000000000
--- a/databases/libzdb/files/patch-configure
+++ /dev/null
@@ -1,44 +0,0 @@
---- configure.orig Fri Feb 16 05:10:48 2007
-+++ configure Mon Feb 26 14:33:53 2007
-@@ -19459,7 +19459,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lpthread $LIBS"
-+LIBS="%%PTHREAD_LIBS%% $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -19522,7 +19522,7 @@
- #define HAVE_LIBPTHREAD 1
- _ACEOF
-
-- LIBS="-lpthread $LIBS"
-+ LIBS="%%PTHREAD_LIBS%% $LIBS"
-
- else
- { { echo "$as_me:$LINENO: error: POSIX thread library is required" >&5
-@@ -19548,8 +19548,8 @@
- else
- svd_LDFLAGS=$LDFLAGS
- svd_CPPFLAGS=$CPPFLAGS
-- LDFLAGS="-L$with_mysql/lib $LDFLAGS"
-- CPPFLAGS="-I$with_mysql/include $CPPFLAGS"
-+ LDFLAGS="-L$with_mysql/lib/mysql $LDFLAGS"
-+ CPPFLAGS="-I$with_mysql/include/mysql $CPPFLAGS"
-
- for ac_header in mysql.h
- do
-@@ -19697,9 +19697,9 @@
- _ACEOF
-
- mysql="yes"
-- if test -r "$with_mysql/lib/libmysqlclient.a"; then
-- DBCPPFLAGS="$DBCPPFLAGS -I$with_mysql/include"
-- DBLDFLAGS="$DBLDFLAGS -L$with_mysql/lib/ -lmysqlclient"
-+ if test -r "$with_mysql/lib/mysql/libmysqlclient.a"; then
-+ DBCPPFLAGS="$DBCPPFLAGS -I$with_mysql/includemysql"
-+ DBLDFLAGS="$DBLDFLAGS -L$with_mysql/lib/mysql -lmysqlclient"
- else
- mysql="no"
- fi