]> git.pld-linux.org Git - packages/apr-util.git/commitdiff
- enabled DSO for dbd
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 1 Jan 2006 13:56:04 +0000 (13:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-util-dso.patch -> 1.1

apr-util-dso.patch [new file with mode: 0644]

diff --git a/apr-util-dso.patch b/apr-util-dso.patch
new file mode 100644 (file)
index 0000000..ea47b53
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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;
This page took 0.081399 seconds and 4 git commands to generate.