Merge pull request #4853 from StevenHessing/noddos
[feed/packages.git] / libs / db47 / Makefile
index 563d47c881ae4d146fb34fb5a0344634e10f1625..7f642abd95a4322a535f26c5349602ac3271f8bd 100644 (file)
@@ -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,12 +12,12 @@ BASE_VERSION:=4.7.25
 
 PKG_NAME:=db47
 PKG_VERSION:=$(BASE_VERSION).4.NC
-PKG_RELEASE:=3
+PKG_RELEASE:=5
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/db-$(BASE_VERSION).NC
 PKG_SOURCE:=db-$(BASE_VERSION).NC.tar.gz
 PKG_SOURCE_URL:=http://download.oracle.com/berkeley-db/
-PKG_MD5SUM:=073ab7f20d24b3872a51ca762f5090e7
+PKG_HASH:=cd39c711023ff44c01d3c8ff0323eef7318660772b24f287556e6bf676a12535
 
 PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
 PKG_LICENSE:=Sleepycat
@@ -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 \