From: Eric Andersen Date: Mon, 5 Feb 2007 19:24:29 +0000 (-0000) Subject: Make certain the sqlite libs are actually installed in the target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=99a52f5ff680dcc6835ab99432e1c7f33c48f62c;p=buildroot.git Make certain the sqlite libs are actually installed in the target --- diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk index 06bc0f597b..0fec39ba30 100644 --- a/package/sqlite/sqlite.mk +++ b/package/sqlite/sqlite.mk @@ -58,7 +58,7 @@ $(STAGING_DIR)/usr/bin/sqlite3: $(SQLITE_DIR)/sqlite3 $(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