summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-01-14 20:48:36 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-01-14 20:49:43 -0300
commit8bef89c3e3f2032c9df1281c6a38dd5353f2b943 (patch)
treefab61d6e4c39a1c8c6cb83af8d24db404969863b /libre/linux-libre-tools
parent5507f81f09f9d23192aabb586cbab7ed4acbb913 (diff)
linux-libre-tools-4.4_gnu-1: updating version
Diffstat (limited to 'libre/linux-libre-tools')
-rw-r--r--libre/linux-libre-tools/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD
index 0986b9414..5b850419b 100644
--- a/libre/linux-libre-tools/PKGBUILD
+++ b/libre/linux-libre-tools/PKGBUILD
@@ -17,7 +17,7 @@ _pkgname=(
)
pkgname=("${pkgbase}-meta" "${_pkgname[@]/#/${pkgbase}-}")
-_pkgbasever=4.3-gnu
+_pkgbasever=4.4-gnu
_pkgver=${_pkgbasever}
_srcname=linux-${_pkgbasever%-*}
@@ -50,7 +50,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/li
'usbipd.service'
'02-parabola-paths.patch'
'04-fix-usip-h-path.patch')
-sha256sums=('1d280ae2730eb6c9b8c7e920cac2e8111c8db02c498db0c142860a84106cc169'
+sha256sums=('f53e99866c751f21412737d1f06b0721e207f495c8c64f97dffb681795ee69a0'
'SKIP'
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
@@ -82,6 +82,9 @@ build() {
msg2 'perf'
pushd $_srcname/tools/perf
+ if [ "$CARCH" = "x86_64" ]; then
+ extra='NO_PERF_READ_VDSO32=1'
+ fi
make \
WERROR=0 \
DESTDIR="$pkgdir/usr" \
@@ -89,6 +92,7 @@ build() {
PYTHON=python2 \
PYTHON_CONFIG=python2-config \
PERF_VERSION=$pkgver-$pkgrel \
+ $extra \
all man
popd