packages/sqlite3: enable SQLITE_ENABLE_UNLOCK_NOTIFY (closes: #10211)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29154 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
57c6469df4
commit
7b14669697
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=sqlite
|
PKG_NAME:=sqlite
|
||||||
PKG_VERSION:=3070701
|
PKG_VERSION:=3070701
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.sqlite.org
|
PKG_SOURCE_URL:=http://www.sqlite.org
|
||||||
@ -64,7 +64,8 @@ $(call Package/sqlite3/Default/description)
|
|||||||
formats.
|
formats.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC) \
|
||||||
|
-DSQLITE_ENABLE_UNLOCK_NOTIFY \
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user