aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-02-14 13:53:51 +0000
committerNicolas Thill <nico@openwrt.org>2015-02-14 13:53:51 +0000
commited4bc0aec1c5dd43ff354ce22e69254b45f383ce (patch)
tree427788f34f8959c44558145c8b106bb821d2b89f /package/devel
parent7dffd1e756b378f4c8e7cfe9860537743fc96d43 (diff)
downloadmaster-187ad058-ed4bc0aec1c5dd43ff354ce22e69254b45f383ce.tar.gz
master-187ad058-ed4bc0aec1c5dd43ff354ce22e69254b45f383ce.tar.bz2
master-187ad058-ed4bc0aec1c5dd43ff354ce22e69254b45f383ce.zip
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
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/valgrind/Makefile3
1 files changed, 2 insertions, 1 deletions
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