浏览代码

iproute2: always use -DHAVE_SETNS, since the old uclibc is gone now

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 47358
Felix Fietkau 10 年之前
父节点
当前提交
8ca8fd757a
共有 1 个文件被更改,包括 1 次插入10 次删除
  1. 1 10
      package/network/utils/iproute2/Makefile

+ 1 - 10
package/network/utils/iproute2/Makefile

@@ -78,16 +78,7 @@ define Build/Configure
 		> $(PKG_BUILD_DIR)/include/SNAPSHOT.h
 endef
 
-ifdef CONFIG_USE_GLIBC
-  TARGET_CFLAGS += -DHAVE_SETNS
-endif
-ifdef CONFIG_USE_MUSL
-  TARGET_CFLAGS += -DHAVE_SETNS
-endif
-ifdef CONFIG_UCLIBC_USE_VERSION_NG
-  TARGET_CFLAGS += -DHAVE_SETNS
-endif
-
+TARGET_CFLAGS += -DHAVE_SETNS
 TARGET_CFLAGS += -ffunction-sections -fdata-sections
 
 MAKE_FLAGS += \