diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-08 10:03:38 (GMT) |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-08 10:03:38 (GMT) |
| commit | f4221a72ee2d10aa2376be1aae4ead05a44802de (patch) | |
| tree | fea2938002053783873f40e070f3a2fee8c91d14 | |
| parent | 72cc62445dda94b953556031fc7382f4cb1c9299 (diff) | |
| download | buildroot-f4221a72ee2d10aa2376be1aae4ead05a44802de.tar.gz buildroot-f4221a72ee2d10aa2376be1aae4ead05a44802de.tar.bz2 | |
only haserl-0.8.x plays tricks with ac_cv
The comments suggests that this works for the current haserl version,
so make overriding the cache dependent on the old 0.8.x version.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
| -rw-r--r-- | package/haserl/haserl.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/haserl/haserl.mk b/package/haserl/haserl.mk index 41b89ae..2961885 100644 --- a/package/haserl/haserl.mk +++ b/package/haserl/haserl.mk @@ -14,10 +14,12 @@ ifeq ($(BR2_ENABLE_DEBUG),) HASERL_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) STRIPPROG='$(STRIPCMD)' install-strip endif +ifeq ($(BR2_PACKAGE_HASERL_VERSION_0_8_X),y) # force haserl 0.8.0 to use install-sh so stripping works HASERL_CONF_ENV = ac_cv_path_install=./install-sh # the above doesn't interact nicely with a shared cache, so disable for now HASERL_USE_CONFIG_CACHE = NO +endif $(eval $(call AUTOTARGETS,package,haserl)) |
