summaryrefslogtreecommitdiffstats
path: root/rules/bonniexx.make
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2015-04-27 13:24:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-04-30 18:11:06 +0200
commitba6f1e986317674222fbabee8d976e91271afce8 (patch)
tree264cc8faa2fe64f5a91efbed6f3469c7578de9f9 /rules/bonniexx.make
parent8f752255d3c92477690a6f5b2fa6dc9d49e79c07 (diff)
downloadptxdist-ba6f1e986317674222fbabee8d976e91271afce8.tar.gz
ptxdist-ba6f1e986317674222fbabee8d976e91271afce8.tar.xz
bonnie++: Bump to version 1.97
This version needs a patch for autoconf to avoid runtime checks when cross-compiling. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/bonniexx.make')
-rw-r--r--rules/bonniexx.make10
1 files changed, 6 insertions, 4 deletions
diff --git a/rules/bonniexx.make b/rules/bonniexx.make
index 440975db0..fa3544222 100644
--- a/rules/bonniexx.make
+++ b/rules/bonniexx.make
@@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_BONNIEXX) += bonniexx
#
# Paths and names
#
-BONNIEXX_VERSION := 1.03e
-BONNIEXX_MD5 := 750aa5b5051263a99c6c195888c74968
+BONNIEXX_VERSION := 1.97
+BONNIEXX_MD5 := d6cf9703242998b2ddc2d875b028b3c6
BONNIEXX := bonnie++-$(BONNIEXX_VERSION)
BONNIEXX_SUFFIX := tgz
-BONNIEXX_URL := http://www.coker.com.au/bonnie++/$(BONNIEXX).$(BONNIEXX_SUFFIX)
+BONNIEXX_URL := http://www.coker.com.au/bonnie++/experimental/$(BONNIEXX).$(BONNIEXX_SUFFIX)
BONNIEXX_SOURCE := $(SRCDIR)/$(BONNIEXX).$(BONNIEXX_SUFFIX)
BONNIEXX_DIR := $(BUILDDIR)/$(BONNIEXX)
BONNIEXX_LICENSE := GPLv2
@@ -31,7 +31,9 @@ BONNIEXX_LICENSE := GPLv2
# ----------------------------------------------------------------------------
BONNIEXX_PATH := PATH=$(CROSS_PATH)
-BONNIEXX_ENV := $(CROSS_ENV)
+BONNIEXX_ENV := \
+ $(CROSS_ENV) \
+ bonnie_cv_sys_largefile=$(call ptx/ifdef, PTXCONF_GLOBAL_LARGE_FILE,yes,no)
#
# autoconf