From: Michael Tremer Date: Sun, 26 Jul 2009 21:47:30 +0000 (+0200) Subject: Fixed glibc compilation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834912882182fa56fced84ab189d201a73a679a1;p=ipfire-3.x.git Fixed glibc compilation. THIS IS VERY BAD AND UGLY. WE (OR UPSTREAM) NEED TO FIX THIS. --- diff --git a/lfs/gcc b/lfs/gcc index e3ee1aa76..8b1ea5ce6 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -55,7 +55,7 @@ define LONG_DESC You'll need this package in order to compile C code. endef -CFLAGS = -pipe +CFLAGS = -D__USE_XOPEN2K8 -pipe CXXFLAGS = GMP = $(shell grep ^PKG_VER $(DIR_LFS)/gmp | awk '{ print $$3 }')