diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-10-30 15:20:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-10-30 15:20:41 +0000 |
commit | 6de8a82f851874a4aeb62076f14606f6c543104e (patch) | |
tree | d68c586d04fd3f1563a07b8c6b2f9c4d7067d9b0 /package | |
parent | 3bbb92772813c7a955d210f0e82ebdedd3183cec (diff) | |
download | upstream-6de8a82f851874a4aeb62076f14606f6c543104e.tar.gz upstream-6de8a82f851874a4aeb62076f14606f6c543104e.tar.bz2 upstream-6de8a82f851874a4aeb62076f14606f6c543104e.zip |
iproute2: fix compile with uClibc-ng
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 47291
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 23834dfd24..f5b5f4e536 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -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 |