From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/giblib: fix breakage
Date: Wed, 14 Mar 2012 07:57:21 +0100 [thread overview]
Message-ID: <20120314075721.68ff49ac@skate> (raw)
In-Reply-To: <1331680899-25945-1-git-send-email-yann.morin.1998@free.fr>
Le Wed, 14 Mar 2012 00:21:39 +0100,
"Yann E. MORIN" <yann.morin.1998@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
next prev parent reply other threads:[~2012-03-14 6:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-13 23:21 [Buildroot] [PATCH] package/giblib: fix breakage Yann E. MORIN
2012-03-14 6:57 ` Thomas Petazzoni [this message]
2012-03-14 8:22 ` Yann E. MORIN
-- strict thread matches above, loose matches on Subject: below --
2012-03-15 22:54 Yann E. MORIN
2012-03-19 19:11 ` Yann E. MORIN
2012-03-25 22:01 ` Yann E. MORIN
2012-04-02 21:28 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120314075721.68ff49ac@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.