Kaynağa Gözat

iproute2: fix build errors with newer versions of eglibc

SVN-Revision: 32103
Felix Fietkau 13 yıl önce
ebeveyn
işleme
72d33803e7
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      package/iproute2/Makefile

+ 6 - 0
package/iproute2/Makefile

@@ -63,6 +63,12 @@ define Build/Configure
 		> $(PKG_BUILD_DIR)/include/SNAPSHOT.h
 endef
 
+ifdef CONFIG_USE_EGLIBC
+  ifndef CONFIG_EGLIBC_VERSION_2_13
+    TARGET_CFLAGS += -DHAVE_SETNS
+  endif
+endif
+
 MAKE_FLAGS += \
 	EXTRA_CCOPTS="$(TARGET_CFLAGS) -I../include -I$(STAGING_DIR)/usr/include/libnl-tiny" \
 	KERNEL_INCLUDE="$(LINUX_DIR)/include" \