From e09af06a342cd404334567056a1b994b318c5bfa Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 14 Feb 2015 13:53:51 +0000 Subject: [PATCH] package/valgrind: fix build on eglibc configure tries to guess pagesize by calling getconf, provided by eglibc and compiled for the target, not the host. Signed-off-by: Nicolas Thill git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44445 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/devel/valgrind/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index e2c7f67280..354e3c417f 100644 --- a/package/devel/valgrind/Makefile +++ b/package/devel/valgrind/Makefile @@ -101,7 +101,8 @@ CONFIGURE_ARGS += \ --disable-valgrindmi \ --disable-tui \ --disable-valgrindtk \ - --without-included-gettext + --without-included-gettext \ + --with-pagesize=4 \ define Package/valgrind/install $(INSTALL_DIR) $(1)/usr/bin -- 2.11.0