iproute2: fix compile with uClibc-ng
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 47291
This commit is contained in:
parent
3bbb927728
commit
6de8a82f85
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue