[Buildroot] [PATCH] package/giblib: fix breakage

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Mar 14 06:57:21 UTC 2012


Le Wed, 14 Mar 2012 00:21:39 +0100,
"Yann E. MORIN" <yann.morin.1998 at free.fr> a écrit :

> diff --git a/package/giblib/giblib.mk b/package/giblib/giblib.mk
> index 8288b74..b298606 100644
> --- a/package/giblib/giblib.mk
> +++ b/package/giblib/giblib.mk
> @@ -8,7 +8,7 @@ GIBLIB_SOURCE = giblib-$(GIBLIB_VERSION).tar.gz
>  GIBLIB_SITE = http://linuxbrit.co.uk/downloads/
>  GIBLIB_INSTALL_STAGING = YES
>  GIBLIB_DEPENDENCIES = imlib2
> -GIBLIB_CONF_OPT = --with-imlib2-prefix=$(STAGING)/usr/lib \
> -		  --with-imlib2-exec-prefix=$(STAGING)/usr/bin
> +GIBLIB_CONF_OPT = --with-imlib2-prefix=$(STAGING)/usr \
> +		  --with-imlib2-exec-prefix=$(STAGING)/usr

s/STAGING/STAGING_DIR/.

Also, the modification on ./configure should be removed, and instead
the package marked AUTORECONF=YES. I'll test this this evening.

Thanks for working on this!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list