Browse Source

db47: Force pthread mutexes, bump PKG_RELEASE

Fixes #1312.

Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia 10 years ago
parent
commit
93bd063f5b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libs/db47/Makefile

+ 3
- 3
libs/db47/Makefile View 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. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -12,7 +12,7 @@ BASE_VERSION:=4.7.25
PKG_NAME:=db47 PKG_NAME:=db47
PKG_VERSION:=$(BASE_VERSION).4.NC PKG_VERSION:=$(BASE_VERSION).4.NC
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_BUILD_DIR:=$(BUILD_DIR)/db-$(BASE_VERSION).NC PKG_BUILD_DIR:=$(BUILD_DIR)/db-$(BASE_VERSION).NC
PKG_SOURCE:=db-$(BASE_VERSION).NC.tar.gz PKG_SOURCE:=db-$(BASE_VERSION).NC.tar.gz
@ -62,7 +62,7 @@ CONFIGURE_ARGS += \
--enable-shared \ --enable-shared \
--enable-static \ --enable-static \
--disable-java \ --disable-java \
--with-mutex=UNIX/fcntl \
--with-mutex=POSIX/pthreads/library \
--disable-tcl \ --disable-tcl \
--disable-rpc \ --disable-rpc \
--enable-compat185 \ --enable-compat185 \


Loading…
Cancel
Save