mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
if uClibc_config.h doesnt exist yet, make sure grep doesnt complain about it
This commit is contained in:
parent
39f565def0
commit
f387597064
@ -42,7 +42,7 @@ IPSEC_TOOLS_CONFIG_FLAGS+= --disable-stats
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# At first check, if uClibc supports IPv6
|
# At first check, if uClibc supports IPv6
|
||||||
ifeq ($(shell grep -q '__UCLIBC_HAS_IPV6__ 1' \
|
ifeq ($(shell grep -qs '__UCLIBC_HAS_IPV6__ 1' \
|
||||||
$(STAGING_DIR)/include/bits/uClibc_config.h && echo IPV6), IPV6)
|
$(STAGING_DIR)/include/bits/uClibc_config.h && echo IPV6), IPV6)
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_IPV6)), y)
|
ifeq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_IPV6)), y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user