mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
Revert "dhcpcd: fix ipv6 related compile failure"
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>
This commit is contained in:
parent
977ea262bc
commit
56e42a9f43
@ -20,8 +20,8 @@ endif
|
|||||||
|
|
||||||
define DHCPCD_CONFIGURE_CMDS
|
define DHCPCD_CONFIGURE_CMDS
|
||||||
(cd $(@D); \
|
(cd $(@D); \
|
||||||
$(TARGET_CONFIGURE_OPTS) CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" \
|
$(TARGET_CONFIGURE_OPTS) ./configure \
|
||||||
./configure --os=linux \
|
--os=linux \
|
||||||
$(DHCPCD_CONFIG_OPTS) )
|
$(DHCPCD_CONFIG_OPTS) )
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user