Parcourir la source

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 <[email protected]>

SVN-Revision: 44445
Nicolas Thill il y a 10 ans
Parent
commit
d0cf5a0530
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      package/devel/valgrind/Makefile

+ 2 - 1
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