[packages] sqlite3: install missing sqlite3ext.h header (closes: #10239)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28481 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c9d0c39f46
commit
bcd08020dd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user