Date:2012-06-07 14:37:49 (11 years 9 months ago)
Author:nbd
Commit:27057b91632c17733578b198a6f8d04ca5d4b548
Message:iproute2: fix build errors with newer versions of eglibc

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32103 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: package/iproute2/Makefile (1 diff)

Change Details

package/iproute2/Makefile
6363        > $(PKG_BUILD_DIR)/include/SNAPSHOT.h
6464endef
6565
66ifdef CONFIG_USE_EGLIBC
67  ifndef CONFIG_EGLIBC_VERSION_2_13
68    TARGET_CFLAGS += -DHAVE_SETNS
69  endif
70endif
71
6672MAKE_FLAGS += \
6773    EXTRA_CCOPTS="$(TARGET_CFLAGS) -I../include -I$(STAGING_DIR)/usr/include/libnl-tiny" \
6874    KERNEL_INCLUDE="$(LINUX_DIR)/include" \

Archive Download the corresponding diff file



interactive