Commit 56e42a9f authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

Revert "dhcpcd: fix ipv6 related compile failure"



This reverts commit 6b1f6664.

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

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 977ea262
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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