0adc0e24ee
[Thomas: - fix commit title - powertop wants libintl unconditionally, so make sure BR2_PACKAGE_GETTEXT is selected when BR2_NEEDS_GETTEXT is set, and add gettext to the dependencies. - add missing comment about thread dependency. - add missing dependency on host-pkgconf, without which powertop cannot find libnl. - patch src/Makefile.am to not pass -fstack-protector, which fails to build if the toolchain does not have SSP support. - rename patch powertop-autotune.patch to confirm to the patch naming convention.] Signed-off-by: Steven Noonan <steven@uplinklabs.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
485 B
Diff
19 lines
485 B
Diff
Do not pass -fstack-protector unconditionally
|
|
|
|
Using -fstack-protector only works when the toolchain has SSP support.
|
|
|
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
|
|
Index: b/src/Makefile.am
|
|
===================================================================
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -127,7 +127,6 @@
|
|
-Wformat \
|
|
-Wshadow \
|
|
-fno-omit-frame-pointer \
|
|
- -fstack-protector \
|
|
$(GLIB2_CFLAGS) \
|
|
$(LIBNL_CFLAGS) \
|
|
$(NCURSES_CFLAGS) \
|