Revert "dhcpcd: fix ipv6 related compile failure"

This reverts commit 6b1f66643d.

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

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2015-04-29 22:54:11 +02:00
parent 977ea262bc
commit 56e42a9f43

View file

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