[tlbuild] some configure scripts are called without taking into account $CONFIG_SHELL
Peter Breitenlohner
peb at mppmu.mpg.de
Tue May 15 13:47:47 CEST 2012
On Tue, 15 May 2012, Vladimir Volovich wrote:
> one more place needs to be changed:
>
> --- libs/freetype2/freetype-2.4.9/builds/unix/detect.mk.orig
> +++ libs/freetype2/freetype-2.4.9/builds/unix/detect.mk
> @@ -80,9 +80,9 @@
> ifdef must_configure
> ifneq ($(have_Makefile),)
> # we are building FT2 not in the src tree
> - $(TOP_DIR)/builds/unix/configure $(value CFG)
> + $(SHELL) $(TOP_DIR)/builds/unix/configure $(value CFG)
> else
> - cd builds/unix; ./configure $(value CFG)
> + cd builds/unix; $(SHELL) ./configure $(value CFG)
> endif
> endif
Hi Vladimir,
can you please check if that same patch is required for a standalone build
of freetype-2.4.9. If so we should report the problem to Werner Lemberg.
Regards
Peter
More information about the tlbuild
mailing list