summaryrefslogtreecommitdiffstats
path: root/package/powertop
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-10-18 21:03:57 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-10-18 22:28:35 +0200
commit89721c8c9023a19b41e4dacfc842fafe80cef119 (patch)
tree3aa84b12f55a28faff9d2a778b6ab20f10c7608a /package/powertop
parent565c6533ea8f124741a59311ed704653b73fb8fd (diff)
downloadbuildroot-89721c8c9023a19b41e4dacfc842fafe80cef119.tar.gz
buildroot-89721c8c9023a19b41e4dacfc842fafe80cef119.zip
powertop: needs autoreconf
Commit 01048deab60 (package/powertop: bump to version 2.9) removed autoreconf even though the remaining patch touches Makefile.am. Fix this. Fixes: http://autobuild.buildroot.net/results/3bf/3bf8daee559e2978f8602c56397afda771299032/ http://autobuild.buildroot.net/results/f9b/f9b4f113a333107a972fa51bd0347eeb0d52496f/ http://autobuild.buildroot.net/results/067/0675826888b6f89e76291c7835839344300ca9f5/ Cc: Romain Naour <romain.naour@gmail.com> Cc: Steven Noonan <steven@uplinklabs.net> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/powertop')
-rw-r--r--package/powertop/powertop.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/powertop/powertop.mk b/package/powertop/powertop.mk
index ce7a118758..cf5e8d4ffb 100644
--- a/package/powertop/powertop.mk
+++ b/package/powertop/powertop.mk
@@ -12,6 +12,8 @@ POWERTOP_DEPENDENCIES = pciutils ncurses libnl host-pkgconf \
POWERTOP_LICENSE = GPL-2.0
POWERTOP_LICENSE_FILES = COPYING
POWERTOP_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
+# 0001-dont-force-stack-smashing-protection.patch
+POWERTOP_AUTORECONF = YES
# Help powertop at finding the right ncurses library depending on
# which one is available.
OpenPOWER on IntegriCloud