From: Nicolas Thill Date: Tue, 15 Nov 2011 11:23:23 +0000 (+0000) Subject: packages/sqlite3: enable SQLITE_ENABLE_UNLOCK_NOTIFY (closes: #10211) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=261bdd05a3e8e5e7f070f28f8819867169cea5e0;p=openwrt%2Fsvn-archive%2Farchive.git packages/sqlite3: enable SQLITE_ENABLE_UNLOCK_NOTIFY (closes: #10211) SVN-Revision: 29154 --- diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 6afb869b46..3c98606524 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite PKG_VERSION:=3070701 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sqlite.org @@ -64,7 +64,8 @@ $(call Package/sqlite3/Default/description) formats. endef -TARGET_CFLAGS += $(FPIC) +TARGET_CFLAGS += $(FPIC) \ + -DSQLITE_ENABLE_UNLOCK_NOTIFY \ CONFIGURE_ARGS += \ --enable-shared \