diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-11 20:26:57 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-11 20:26:57 +0000 |
commit | 6ca2a42ec5d524b02798302e3af2a07d7844c3b9 (patch) | |
tree | 6422c7bc681898422d23f10985f423a3efb5b1d7 /openwrt/package/libdb | |
parent | 21061434be2452d8a906866b696bc2ff4cc033ae (diff) |
add a load of fixes from whiterussian to head
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1410 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libdb')
-rw-r--r-- | openwrt/package/libdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libdb/Makefile b/openwrt/package/libdb/Makefile index a6da8d8db..77510aefe 100644 --- a/openwrt/package/libdb/Makefile +++ b/openwrt/package/libdb/Makefile @@ -50,7 +50,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared --disable-java \ --enable-cxx \ --disable-posixmutexes \ - --enable-uimutexes \ + --disable-uimutexes \ --disable-tcl \ --disable-rpc \ --enable-compat185 \ |