From 7c709f4affc44f3bbc9a09fec8d84ae3807e31e7 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 10 Jun 2010 09:33:32 +0200 Subject: [PATCH] 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 --- package/file/file.mk | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2