projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55d8859
)
sqlite3: install missing sqlite3ext.h header (closes: #10239)
author
Nicolas Thill
<nico@openwrt.org>
Mon, 17 Oct 2011 14:43:51 +0000
(14:43 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 17 Oct 2011 14:43:51 +0000
(14:43 +0000)
SVN-Revision: 28481
libs/sqlite3/Makefile
patch
|
blob
|
history
diff --git
a/libs/sqlite3/Makefile
b/libs/sqlite3/Makefile
index a2101db4ede748db225aecc59f12007d04befc0c..6afb869b46365ef74c05f06759c138697aeddc99 100644
(file)
--- a/
libs/sqlite3/Makefile
+++ b/
libs/sqlite3/Makefile
@@
-80,7
+80,7
@@
CONFIGURE_VARS += \
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
- $(CP) $(PKG_INSTALL_DIR)/usr/include/sqlite3.h $(1)/usr/include/
+ $(CP) $(PKG_INSTALL_DIR)/usr/include/sqlite3
{,ext}
.h $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libsqlite3.{a,so*} $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig