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 <nico@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44445 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Nicolas Thill 2015-02-14 13:53:51 +00:00
parent 7dffd1e756
commit ed4bc0aec1

View File

@ -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