diff options
| author | Ned Ludd | 2004-11-23 23:58:57 +0100 |
|---|---|---|
| committer | Ned Ludd | 2004-11-23 23:58:57 +0100 |
| commit | f7e0855182af4f7c542beb80b2505d2e8917eeea (patch) | |
| tree | 2295f60eb0434c0d8fb3057b52b919ca32281846 | |
| parent | wtools-28_pre3 update from the author Jean Tourrilhes. This version is the fi... (diff) | |
| download | buildroot-f7e0855182af4f7c542beb80b2505d2e8917eeea.tar.gz buildroot-f7e0855182af4f7c542beb80b2505d2e8917eeea.tar.xz buildroot-f7e0855182af4f7c542beb80b2505d2e8917eeea.zip | |
use correct STRIP in wtools Makefile when cross-building
| -rw-r--r-- | package/wtools/wtools.mk | 1 |
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 |
