[Buildroot] svn commit: trunk/buildroot/package/sqlite

andersen at uclibc.org andersen at uclibc.org
Mon Feb 5 19:24:30 UTC 2007


Author: andersen
Date: 2007-02-05 11:24:29 -0800 (Mon, 05 Feb 2007)
New Revision: 17781

Log:
Make certain the sqlite libs are actually installed in the target


Modified:
   trunk/buildroot/package/sqlite/sqlite.mk


Changeset:
Modified: trunk/buildroot/package/sqlite/sqlite.mk
===================================================================
--- trunk/buildroot/package/sqlite/sqlite.mk	2007-02-05 16:16:51 UTC (rev 17780)
+++ trunk/buildroot/package/sqlite/sqlite.mk	2007-02-05 19:24:29 UTC (rev 17781)
@@ -58,7 +58,7 @@
 
 $(TARGET_DIR)/usr/bin/sqlite3: $(STAGING_DIR)/usr/bin/sqlite3
 	cp -a $(STAGING_DIR)/usr/bin/sqlite3 $(TARGET_DIR)/usr/bin
-	cp -a $(STAGING_DIR)/lib/libsqlite3.so* $(TARGET_DIR)/lib/
+	cp -a $(STAGING_DIR)/lib/libsqlite3*.so* $(TARGET_DIR)/lib/
 	$(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libsqlite3.so*
 
 sqlite:	uclibc readline-target ncurses $(TARGET_DIR)/usr/bin/sqlite3




More information about the buildroot mailing list