[Buildroot] [git commit] e2fsprogs: Add missing dependency of tst_uuid.o on uuid.h

Peter Korsgaard jacmet at sunsite.dk
Mon Jul 25 07:59:55 UTC 2011


>>>>> "Alexjan" == Alexjan Carraturo <axjslack at 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



More information about the buildroot mailing list