projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bbb927
)
iproute2: fix compile with uClibc-ng
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 30 Oct 2015 15:20:41 +0000
(15:20 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 30 Oct 2015 15:20:41 +0000
(15:20 +0000)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 47291
package/network/utils/iproute2/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/iproute2/Makefile
b/package/network/utils/iproute2/Makefile
index 23834dfd243888821b5661e89782d6071597dafc..f5b5f4e536b13f989159dad92a6c6e439facd496 100644
(file)
--- 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