Skip to content
Snippets Groups Projects
Commit 8ca8fd75 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 47358
parent 014194de
No related branches found
No related tags found
No related merge requests found
......@@ -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 += \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment