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 commit 106e43e303 ("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 commit 3a43be7df4)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
J. Neuschäfer
2025-04-14 13:19:34 +02:00
committed by Thomas Perale
parent c4fcbe1a85
commit 0a0600590f

View File

@@ -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 \