summaryrefslogtreecommitdiffstats
path: root/package/file
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-06-10 09:33:32 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-06-10 09:33:32 +0200
commit7c709f4affc44f3bbc9a09fec8d84ae3807e31e7 (patch)
tree9c7e2627ddc69ea3b2633b0fe765341899e7dd66 /package/file
parent8dad77bac4a027ede5ea95400dbf5c8131bbf635 (diff)
downloadbuildroot-novena-7c709f4affc44f3bbc9a09fec8d84ae3807e31e7.tar.gz
buildroot-novena-7c709f4affc44f3bbc9a09fec8d84ae3807e31e7.zip
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 <jacmet@sunsite.dk>
Diffstat (limited to 'package/file')
-rw-r--r--package/file/file.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/file/file.mk b/package/file/file.mk
index c4f97091e..b8281d02b 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