projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dad77b
)
file: don't force _GNU_SOURCE in CFLAGS
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 10 Jun 2010 07:33:32 +0000
(09:33 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 10 Jun 2010 07:33:32 +0000
(09:33 +0200)
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>
package/file/file.mk
patch
|
blob
|
history
diff --git
a/package/file/file.mk
b/package/file/file.mk
index c4f97091eb9b9933ec2a2dca67e9c1c2d0bd1aa0..b8281d02bff0c6154600fd6733b307a0211d83e4 100644
(file)
--- 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