summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/wtools/wtools.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/wtools/wtools.mk b/package/wtools/wtools.mk
index 950eafe79..1d1043768 100644
--- a/package/wtools/wtools.mk
+++ b/package/wtools/wtools.mk
@@ -20,6 +20,7 @@ $(DL_DIR)/$(WTOOLS_SOURCE):
$(WTOOLS_BUILD_DIR)/.unpacked: $(DL_DIR)/$(WTOOLS_SOURCE)
zcat $(DL_DIR)/$(WTOOLS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+ sed -i -e s:'strip':'$(STRIP)':g $(WTOOLS_BUILD_DIR)/Makefile
touch $(WTOOLS_BUILD_DIR)/.unpacked
$(WTOOLS_BUILD_DIR)/.configured: $(WTOOLS_BUILD_DIR)/.unpacked