mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #7733 from micmac1/openwrt-18.06-sqlite-fpic
(18.06) sqlite3: remove fpic, change maintainer
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=sqlite
|
PKG_NAME:=sqlite
|
||||||
PKG_VERSION:=3260000
|
PKG_VERSION:=3260000
|
||||||
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_HASH:=5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d
|
PKG_HASH:=5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d
|
||||||
@@ -34,7 +34,7 @@ define Package/sqlite3/Default
|
|||||||
SUBMENU:=database
|
SUBMENU:=database
|
||||||
TITLE:=SQLite (v3.x) database engine
|
TITLE:=SQLite (v3.x) database engine
|
||||||
URL:=http://www.sqlite.org/
|
URL:=http://www.sqlite.org/
|
||||||
MAINTAINER:=Etienne CHAMPETIER <champetier.etienne@gmail.com>
|
MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/sqlite3/Default/description
|
define Package/sqlite3/Default/description
|
||||||
@@ -75,7 +75,7 @@ $(call Package/sqlite3/Default/description)
|
|||||||
formats.
|
formats.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC) \
|
TARGET_CFLAGS += \
|
||||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
|
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
|
||||||
-DHAVE_ISNAN=1 \
|
-DHAVE_ISNAN=1 \
|
||||||
-DHAVE_MALLOC_USABLE_SIZE=1
|
-DHAVE_MALLOC_USABLE_SIZE=1
|
||||||
|
|||||||
Reference in New Issue
Block a user