From: Jakub Bogusz Date: Tue, 17 Jun 2008 06:11:07 +0000 (+0000) Subject: - obsolete X-Git-Tag: auto/th/apr-util-1_3_0-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapr-util.git;a=commitdiff_plain;h=d6c7de4ff4374025eef1b44eb33ef7480ea07d85 - obsolete Changed files: apr-util-db45.patch -> 1.3 apr-util-dbd.patch -> 1.2 apr-util-dso.patch -> 1.2 --- diff --git a/apr-util-db45.patch b/apr-util-db45.patch deleted file mode 100644 index 7844860..0000000 --- a/apr-util-db45.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- apr-util-1.2.8/build/dbm.m4.orig 2006-11-09 16:44:55.000000000 +0100 -+++ apr-util-1.2.8/build/dbm.m4 2006-12-07 01:18:03.255731927 +0100 -@@ -550,7 +550,7 @@ - fi - ;; - db45) -- APU_CHECK_DB44("$check_places") -+ APU_CHECK_DB45("$check_places") - if test "$apu_db_version" != "4"; then - AC_MSG_ERROR(Berkeley db4 not found) - fi diff --git a/apr-util-dbd.patch b/apr-util-dbd.patch deleted file mode 100644 index 911db6d..0000000 --- a/apr-util-dbd.patch +++ /dev/null @@ -1,47 +0,0 @@ -diff -ur apr-util-1.2.2.org/build/dbd.m4 apr-util-1.2.2/build/dbd.m4 ---- apr-util-1.2.2.org/build/dbd.m4 2005-05-05 21:24:29.000000000 +0200 -+++ apr-util-1.2.2/build/dbd.m4 2006-01-02 11:55:00.740963000 +0100 -@@ -63,10 +63,6 @@ - AC_SUBST(apu_have_pgsql) - dnl Since we have already done the AC_CHECK_LIB tests, if we have it, - dnl we know the library is there. -- if test "$apu_have_pgsql" = "1"; then -- APR_ADDTO(APRUTIL_EXPORT_LIBS,[-lpq]) -- APR_ADDTO(APRUTIL_LIBS,[-lpq]) -- fi - ]) - dnl - AC_DEFUN([APU_CHECK_DBD_MYSQL], [ -@@ -114,10 +110,6 @@ - - dnl Since we have already done the AC_CHECK_LIB tests, if we have it, - dnl we know the library is there. -- if test "$apu_have_mysql" = "1"; then -- APR_ADDTO(APRUTIL_EXPORT_LIBS,[-lmysqlclient_r]) -- APR_ADDTO(APRUTIL_LIBS,[-lmysqlclient_r]) -- fi - ]) - dnl - AC_DEFUN([APU_CHECK_DBD_SQLITE3], [ -@@ -151,10 +143,6 @@ - - dnl Since we have already done the AC_CHECK_LIB tests, if we have it, - dnl we know the library is there. -- if test "$apu_have_sqlite3" = "1"; then -- APR_ADDTO(APRUTIL_EXPORT_LIBS,[-lsqlite3]) -- APR_ADDTO(APRUTIL_LIBS,[-lsqlite3]) -- fi - ]) - dnl - AC_DEFUN([APU_CHECK_DBD_SQLITE2], [ -@@ -188,10 +176,6 @@ - - dnl Since we have already done the AC_CHECK_LIB tests, if we have it, - dnl we know the library is there. -- if test "$apu_have_sqlite2" = "1"; then -- APR_ADDTO(APRUTIL_EXPORT_LIBS,[-lsqlite]) -- APR_ADDTO(APRUTIL_LIBS,[-lsqlite]) -- fi - ]) - dnl - diff --git a/apr-util-dso.patch b/apr-util-dso.patch deleted file mode 100644 index ea47b53..0000000 --- a/apr-util-dso.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- apr-util-1.2.2/dbd/apr_dbd.c~ 2005-08-11 17:06:26.000000000 +0300 -+++ apr-util-1.2.2/dbd/apr_dbd.c 2006-01-01 14:44:23.000000000 +0200 -@@ -32,6 +32,8 @@ - * #define APR_DSO_BUILD APR_HAS_DSO - */ - -+#define APR_DSO_BUILD APR_HAS_DSO -+ - #if APR_DSO_BUILD - #if APR_HAS_THREADS - static apr_thread_mutex_t* mutex = NULL;