All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] Revert "dhcpcd: fix ipv6 related compile failure"
@ 2015-04-29 20:58 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2015-04-29 20:58 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=56e42a9f4399adfa106ef6d6b5d599700ba61b99
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This reverts commit 6b1f66643d782fc6f00e7436d41ceea6d88ad6bf.

It turns out to not really fix the build errors after all, so revert it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/dhcpcd/dhcpcd.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/dhcpcd/dhcpcd.mk b/package/dhcpcd/dhcpcd.mk
index 756a660..4056351 100644
--- a/package/dhcpcd/dhcpcd.mk
+++ b/package/dhcpcd/dhcpcd.mk
@@ -20,8 +20,8 @@ endif
 
 define DHCPCD_CONFIGURE_CMDS
 	(cd $(@D); \
-	$(TARGET_CONFIGURE_OPTS) CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" \
-		./configure --os=linux \
+	$(TARGET_CONFIGURE_OPTS) ./configure \
+		--os=linux \
 		$(DHCPCD_CONFIG_OPTS) )
 endef
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-29 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-29 20:58 [Buildroot] [git commit] Revert "dhcpcd: fix ipv6 related compile failure" Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.