]> Git Repo - buildroot-mgba.git/commitdiff
haserl: remove 0.8.0 install workaround
authorPeter Korsgaard <[email protected]>
Mon, 16 May 2011 08:13:19 +0000 (10:13 +0200)
committerPeter Korsgaard <[email protected]>
Mon, 16 May 2011 08:13:19 +0000 (10:13 +0200)
Not needed anymore as stripping is handled on a global level.

Signed-off-by: Peter Korsgaard <[email protected]>
package/haserl/haserl.mk

index ff3c9245702dd5461e925456763f78563c81314f..605cbfcd53be573e81729429aa17b47534884e9d 100644 (file)
@@ -7,9 +7,6 @@
 HASERL_VERSION = $(call qstrip,$(BR2_PACKAGE_HASERL_VERSION))
 HASERL_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/haserl/
 
-# force haserl 0.8.0 to use install-sh so stripping works
-HASERL_CONF_ENV = ac_cv_path_install=./install-sh
-
 ifeq ($(BR2_PACKAGE_HASERL_WITH_LUA),y)
        HASERL_CONF_OPT += --with-lua=$(STAGING_DIR) \
                --with-lua-headers=$(STAGING_DIR)
This page took 0.042245 seconds and 4 git commands to generate.