- fix bug introduced by ulf in r19378.
This commit is contained in:
parent
ad28120a5f
commit
d8fb2f52b7
@ -73,7 +73,7 @@ $(STAGING_DIR)/usr/lib/libpng.so: $(LIBPNG_DIR)/.compiled
|
||||
touch -c $@
|
||||
|
||||
$(TARGET_DIR)/usr/lib/libpng.so: $(STAGING_DIR)/usr/lib/libpng.so
|
||||
cp -dpf $(STAGING_DIR)/lib/libpng*.so* $(TARGET_DIR)/usr/lib/
|
||||
cp -dpf $(STAGING_DIR)/usr/lib/libpng*.so* $(TARGET_DIR)/usr/lib/
|
||||
-$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/lib/libpng*
|
||||
|
||||
png libpng: uclibc zlib pkgconfig $(TARGET_DIR)/usr/lib/libpng.so
|
||||
|
Loading…
Reference in New Issue
Block a user