projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ba0246
)
[packages] sqlite2: remove private libtool copy
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Dec 2010 18:55:23 +0000
(18:55 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Dec 2010 18:55:23 +0000
(18:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24356
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/sqlite2/Makefile
patch
|
blob
|
history
diff --git
a/libs/sqlite2/Makefile
b/libs/sqlite2/Makefile
index
e2507db
..
1bc0f7e
100644
(file)
--- a/
libs/sqlite2/Makefile
+++ b/
libs/sqlite2/Makefile
@@
-18,7
+18,10
@@
PKG_MD5SUM:=838dbac20b56d2c4292e98848505a05b
PKG_BUILD_DIR:=$(BUILD_DIR)/sqlite-$(PKG_VERSION)
PKG_BUILD_DEPENDS:=libncurses libreadline
+
PKG_FIXUP:=libtool
+PKG_REMOVE_FILES:=aclocal.m4 ltmain.sh
+
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk