iproute2: fix compile with uClibc-ng

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

SVN-Revision: 47291
v19.07.3_mercusys_ac12_duma
Felix Fietkau 9 years ago
parent 3bbb927728
commit 6de8a82f85

@ -84,6 +84,9 @@ endif
ifdef CONFIG_USE_MUSL
TARGET_CFLAGS += -DHAVE_SETNS
endif
ifdef CONFIG_UCLIBC_USE_VERSION_NG
TARGET_CFLAGS += -DHAVE_SETNS
endif
TARGET_CFLAGS += -ffunction-sections -fdata-sections

Loading…
Cancel
Save