diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-10 09:33:32 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-10 09:33:32 +0200 |
commit | 7c709f4affc44f3bbc9a09fec8d84ae3807e31e7 (patch) | |
tree | 9c7e2627ddc69ea3b2633b0fe765341899e7dd66 | |
parent | 8dad77bac4a027ede5ea95400dbf5c8131bbf635 (diff) |
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>
-rw-r--r-- | package/file/file.mk | 1 |
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 |