Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@sunsite.dk>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] e2fsprogs: Add missing dependency of tst_uuid.o on uuid.h
Date: Mon, 25 Jul 2011 09:59:55 +0200	[thread overview]
Message-ID: <87d3gyu6x0.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <CACR8Qs_+2UPkMi4PLx-0m6sBtrSOtKa4Qwp_kju9Hmu+SmBgnQ@mail.gmail.com> (Alexjan Carraturo's message of "Mon, 25 Jul 2011 09:46:39 +0200")

>>>>> "Alexjan" == Alexjan Carraturo <axjslack@gmail.com> writes:

 >> Do you have a custom HOST_CFLAGS defined in your environment or on the
 >> make cmdline by any chance?

 Alexjan> No I doesn't define custum CFLAGS. I'm pretty sure about this. May I
 Alexjan> found some workaround about this?

Well, could you send me the output of:

set|grep CFLAGS

And then apply this little patch:

diff --git a/package/Makefile.in b/package/Makefile.in
index c3af5d3..fa01d1b 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -140,6 +140,12 @@ HOST_CFLAGS   ?= -O2
 HOST_CFLAGS   += -I$(HOST_DIR)/include -I$(HOST_DIR)/usr/include
 HOST_CXXFLAGS += -I$(HOST_DIR)/include -I$(HOST_DIR)/usr/include
 HOST_LDFLAGS  += -L$(HOST_DIR)/lib -L$(HOST_DIR)/usr/lib -Wl,-rpath,$(HOST_DIR)
+
+debug:
+       @echo CFLAGS=$(HOST_CFLAGS)
+       @echo CXXFLAGS=$(HOST_CXXFLAGS)
+       @echo LDFLAGS=$(HOST_LDFLAGS)
+
 HOST_PATH=$(HOST_DIR)/bin:$(HOST_DIR)/usr/bin:$(PATH)
 
 # hostcc version as an integer - E.G. 4.3.2 => 432

And send me the output of make debug

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2011-07-25  7:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-24 22:22 [Buildroot] [git commit] e2fsprogs: Add missing dependency of tst_uuid.o on uuid.h Peter Korsgaard
2011-07-25  6:45 ` Alexjan Carraturo
2011-07-25  7:26   ` Peter Korsgaard
2011-07-25  7:46     ` Alexjan Carraturo
2011-07-25  7:59       ` Peter Korsgaard [this message]
2011-07-25  8:10         ` Alexjan Carraturo
2011-07-25  8:15           ` Peter Korsgaard
2011-07-25  8:19             ` Alexjan Carraturo
2011-07-25  8:24               ` 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=87d3gyu6x0.fsf@macbook.be.48ers.dk \
    --to=jacmet@sunsite.dk \
    --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