summaryrefslogtreecommitdiffstats
path: root/package/libxml2/libxml2.mk
diff options
context:
space:
mode:
authorUlf Samuelsson2007-08-21 03:53:57 +0200
committerUlf Samuelsson2007-08-21 03:53:57 +0200
commite4ead9c13ccad1b89743fdd46e8675f45758aec3 (patch)
tree43202589730a8ecf12f01a429155e78be49ee76f /package/libxml2/libxml2.mk
parentReintroduce possibility to use old makefile for tiny-x as a test (diff)
downloadbuildroot-e4ead9c13ccad1b89743fdd46e8675f45758aec3.tar.gz
buildroot-e4ead9c13ccad1b89743fdd46e8675f45758aec3.tar.xz
buildroot-e4ead9c13ccad1b89743fdd46e8675f45758aec3.zip
Remove switches if sstrip is run
Diffstat (limited to 'package/libxml2/libxml2.mk')
-rw-r--r--package/libxml2/libxml2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk
index 2b4a3f7d4..f8088f77e 100644
--- a/package/libxml2/libxml2.mk
+++ b/package/libxml2/libxml2.mk
@@ -58,7 +58,7 @@ $(STAGING_DIR)/usr/lib/libxml2.so: $(LIBXML2_DIR)/.configured
$(TARGET_DIR)/usr/lib/libxml2.so: $(STAGING_DIR)/usr/lib/libxml2.so
mkdir -p $(TARGET_DIR)/usr/include $(TARGET_DIR)/usr/lib
cp -dpf $(STAGING_DIR)/usr/lib/libxml2.so* $(TARGET_DIR)/usr/lib/
- $(STRIP) --strip-unneeded $(TARGET_DIR)/usr/lib/libxml2.so*
+ $(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libxml2.so*
$(TARGET_DIR)/usr/lib/libxml2.a: $(STAGING_DIR)/usr/lib/libxml2.so
cp -dpf $(STAGING_DIR)/usr/lib/libxml2.*a $(TARGET_DIR)/usr/lib/