]> git.pld-linux.org Git - packages/apr-util.git/blob - apr-util-dso.patch
- rel 3
[packages/apr-util.git] / apr-util-dso.patch
1 --- apr-util-1.2.2/dbd/apr_dbd.c~       2005-08-11 17:06:26.000000000 +0300
2 +++ apr-util-1.2.2/dbd/apr_dbd.c        2006-01-01 14:44:23.000000000 +0200
3 @@ -32,6 +32,8 @@
4   * #define APR_DSO_BUILD APR_HAS_DSO
5   */
6  
7 +#define APR_DSO_BUILD APR_HAS_DSO
8 +
9  #if APR_DSO_BUILD
10  #if APR_HAS_THREADS
11  static apr_thread_mutex_t* mutex = NULL;
This page took 0.525494 seconds and 3 git commands to generate.