diff options
author | Marcel Denia <naoir@gmx.net> | 2015-05-28 23:02:43 +0200 |
---|---|---|
committer | Marcel Denia <naoir@gmx.net> | 2015-05-31 13:40:26 +0200 |
commit | 93bd063f5b67ef96955054d918b0d82989b7f9fd (patch) | |
tree | b93d676cd90f3dbfa0aeeaebf97ea7f0e6683793 /libs/db47 | |
parent | e6deb6136ad6daceebb8ad0bbf8c1e39daa424fb (diff) |
db47: Force pthread mutexes, bump PKG_RELEASE
Fixes #1312.
Signed-off-by: Marcel Denia <naoir@gmx.net>
Diffstat (limited to 'libs/db47')
-rw-r--r-- | libs/db47/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/db47/Makefile b/libs/db47/Makefile index 563d47c88..113964a50 100644 --- a/libs/db47/Makefile +++ b/libs/db47/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2014 OpenWrt.org +# Copyright (C) 2009-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -12,7 +12,7 @@ BASE_VERSION:=4.7.25 PKG_NAME:=db47 PKG_VERSION:=$(BASE_VERSION).4.NC -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_BUILD_DIR:=$(BUILD_DIR)/db-$(BASE_VERSION).NC PKG_SOURCE:=db-$(BASE_VERSION).NC.tar.gz @@ -62,7 +62,7 @@ CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ --disable-java \ - --with-mutex=UNIX/fcntl \ + --with-mutex=POSIX/pthreads/library \ --disable-tcl \ --disable-rpc \ --enable-compat185 \ |