mirror of
http://git.openwrt.org/packages.git
synced 2025-01-08 11:57:34 +08:00
[packages] lsqlite3: actually link against libsqlite3, fixes segfault when accessing sqlite3 functions... (#8305)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27263 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
13198093fe
commit
2cfd3c243c
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2009-2010 OpenWrt.org
|
||||
# Copyright (C) 2009-2011 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=lsqlite3
|
||||
PKG_VERSION:=7
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://luaforge.net/frs/download.php/4472
|
||||
@ -35,7 +35,7 @@ endef
|
||||
|
||||
TARGET_CFLAGS += $(FPIC) $(TARGET_CPPFLAGS) -std=c99
|
||||
|
||||
TARGET_LDFLAGS += -llua
|
||||
TARGET_LDFLAGS += -llua -lsqlite3
|
||||
|
||||
MAKE_FLAGS += \
|
||||
CC="$(TARGET_CC)" \
|
||||
|
Loading…
Reference in New Issue
Block a user