From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] unionfs: add missing dependency on host-pkg-config
Date: Fri, 21 Sep 2012 08:03:05 -0300 [thread overview]
Message-ID: <505C4969.8090707@zacarias.com.ar> (raw)
In-Reply-To: <1348224356-20104-1-git-send-email-arnout@mind.be>
On 09/21/12 07:45, Arnout Vandecappelle (Essensium/Mind) wrote:
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> How was this never caught by the autobuilders? Do they happen to
> build host-pkg-config most of the time? If so, maybe we should make
> the randpackageconfig select a smaller number of packages to increase
> the chance of finding this kind of issue...
Because it uses any pkg-config around, it doesn't honour PKG_CONFIG nor
check for it as a dependency.
Makefile:CPPFLAGS += $(shell pkg-config --cflags fuse)
Makefile:LIB = $(shell pkg-config --libs fuse)
As long as there's one on PATH it'll just work.
Regards.
next prev parent reply other threads:[~2012-09-21 11:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-21 10:45 [Buildroot] [PATCH] unionfs: add missing dependency on host-pkg-config Arnout Vandecappelle
2012-09-21 11:03 ` Gustavo Zacarias [this message]
2012-09-21 11:14 ` Arnout Vandecappelle
2012-09-21 11:15 ` Gustavo Zacarias
2012-09-21 11:21 ` Gustavo Zacarias
2012-09-21 11:23 ` Arnout Vandecappelle
2012-09-21 11:37 ` Gustavo Zacarias
2012-09-21 12:11 ` Arnout Vandecappelle
2012-09-21 12:27 ` Gustavo Zacarias
2012-09-21 14:20 ` Peter Korsgaard
2012-09-21 14:26 ` Gustavo Zacarias
2012-09-21 14:30 ` Lionel Orry
2012-09-21 18:51 ` Thomas Petazzoni
2012-09-21 12:03 ` Thomas Petazzoni
2012-09-21 12:02 ` Thomas Petazzoni
2012-09-21 14:11 ` Peter Korsgaard
2012-09-21 18:52 ` Thomas Petazzoni
2012-09-22 19:46 ` 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=505C4969.8090707@zacarias.com.ar \
--to=gustavo@zacarias.com.ar \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox