[arch-commits] Commit in linux-tools/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sat Feb 3 13:24:53 UTC 2018


    Date: Saturday, February 3, 2018 @ 13:24:52
  Author: seblu
Revision: 288782

upgpkg: linux-tools 4.15-1

Modified:
  linux-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-03 13:14:23 UTC (rev 288781)
+++ PKGBUILD	2018-02-03 13:24:52 UTC (rev 288782)
@@ -14,7 +14,7 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=4.14
+pkgver=4.15
 pkgrel=1
 license=('GPL2')
 arch=('x86_64')
@@ -88,8 +88,6 @@
 
   msg2 'cpupower'
   pushd linux/tools/power/cpupower
-  # we cannot use --as-needed
-  #LDFLAGS=${LDFLAGS:+"$LDFLAGS,--no-as-needed"}
   make VERSION=$pkgver-$pkgrel
   popd
 
@@ -194,6 +192,7 @@
   make \
     DESTDIR="$pkgdir" \
     sbindir='/usr/bin' \
+    libdir='/usr/lib' \
     mandir='/usr/share/man' \
     docdir='/usr/share/doc/cpupower' \
     install install-man



More information about the arch-commits mailing list