From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] unionfs: add missing dependency on host-pkg-config
Date: Fri, 21 Sep 2012 13:23:06 +0200 [thread overview]
Message-ID: <505C4E1A.7000809@mind.be> (raw)
In-Reply-To: <505C4DB3.8000008@zacarias.com.ar>
On 09/21/12 13:21, Gustavo Zacarias wrote:
> On 09/21/12 08:14, Arnout Vandecappelle wrote:
>
>>> 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.
>>
>> No, unless libfuse-dev is installed on the autobuilders.
>> /usr/bin/pkg-config
>> doesn't look in $(STAGING_DIR)...
>
> Also on that Makefile expression the result will fail with an error
> message passing by (missing pkg-config or fuse.pc) but won't make make
> (sic) bailout, try it...
But the final link will fail because of undefined fuse_xxx symbols,
because there is no -lfuse added by pkg-config.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2012-09-21 11:23 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
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 [this message]
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=505C4E1A.7000809@mind.be \
--to=arnout@mind.be \
--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