mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/execline: remove -D_GNU_SOURCE
execline is written against POSIX C and automatically sets -D_POSIX_C_SOURCE=200809L and -D_XOPEN_SOURCE=700. uclibc had a bug consistent with the error reported in the commit that added -D_GNU_SOURCE[1], but it has since been fixed[2]. [1]: see commit106e43e303("package/execline: fix uclibc build") [2]: https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/?id=354129807db12c792696b74d0cd38f2c5d2fd704 Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit3a43be7df4) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
c4fcbe1a85
commit
0a0600590f
@@ -12,7 +12,6 @@ EXECLINE_INSTALL_STAGING = YES
|
||||
EXECLINE_DEPENDENCIES = skalibs
|
||||
|
||||
EXECLINE_CONF_OPTS = \
|
||||
CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" \
|
||||
--prefix=/ \
|
||||
--with-sysdeps=$(STAGING_DIR)/lib/skalibs/sysdeps \
|
||||
--with-include=$(STAGING_DIR)/include \
|
||||
|
||||
Reference in New Issue
Block a user