From: Peter Korsgaard Date: Thu, 10 Jun 2010 07:33:32 +0000 (+0200) Subject: file: don't force _GNU_SOURCE in CFLAGS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c709f4affc44f3bbc9a09fec8d84ae3807e31e7;p=buildroot.git file: don't force _GNU_SOURCE in CFLAGS Breaks the build with BR2_CONFIG_CACHE, and isn't needed anyway, as the configure script figures out to add _GNU_SOURCE to config.h anyway. Signed-off-by: Peter Korsgaard --- diff --git a/package/file/file.mk b/package/file/file.mk index c4f97091eb..b8281d02bf 100644 --- a/package/file/file.mk +++ b/package/file/file.mk @@ -6,7 +6,6 @@ FILE_VERSION = 5.04 FILE_SITE = ftp://ftp.astron.com/pub/file/ -FILE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" FILE_DEPENDENCIES = host-file zlib HOST_FILE_DEPENDENCIES = host-zlib