From: Nicolas Thill Date: Sat, 14 Feb 2015 13:53:51 +0000 (+0000) Subject: package/valgrind: fix build on eglibc X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=d0cf5a05304e53600fd60ebce27ce83d9c350675 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 SVN-Revision: 44445 --- 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