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> SVN-Revision: 44445
This commit is contained in:
parent
40c0261f34
commit
d0cf5a0530
@ -101,7 +101,8 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-valgrindmi \
|
--disable-valgrindmi \
|
||||||
--disable-tui \
|
--disable-tui \
|
||||||
--disable-valgrindtk \
|
--disable-valgrindtk \
|
||||||
--without-included-gettext
|
--without-included-gettext \
|
||||||
|
--with-pagesize=4 \
|
||||||
|
|
||||||
define Package/valgrind/install
|
define Package/valgrind/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user