projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d233cc7
)
ntp: fix build without SSP support
author
Baruch Siach
<baruch@tkos.co.il>
Wed, 7 Mar 2018 06:59:41 +0000
(08:59 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 7 Mar 2018 07:42:35 +0000
(08:42 +0100)
In version 4.2.8p11 ntp changed its configure script build hardening
parameter to '--with-hardenfile'. Update the parameter name to avoid
-fstack-protector-all when the toolchain does not support this option.
Fixes:
http://autobuild.buildroot.net/results/60e/
60e8b9864932f2cabc7deb43234abe168bd113c5
/
http://autobuild.buildroot.net/results/592/
592db6836817bb078a2f1146d2ce6241bf7997a3
/
http://autobuild.buildroot.net/results/b07/
b070fbc66a928888df8d2561dad3632778d55e0d
/
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/ntp/ntp.mk
patch
|
blob
|
history
diff --git
a/package/ntp/ntp.mk
b/package/ntp/ntp.mk
index 1f66ad996b8ed94ad012302e96aa7bf57594a012..b5e2c1e026fe77388644c2a7ccacb31081dbd311 100644
(file)
--- a/
package/ntp/ntp.mk
+++ b/
package/ntp/ntp.mk
@@
-30,9
+30,9
@@
NTP_CONF_OPTS += --without-crypto --disable-openssl-random
endif
ifeq ($(BR2_TOOLCHAIN_HAS_SSP),y)
-NTP_CONF_OPTS += --with-
loc
file=linux
+NTP_CONF_OPTS += --with-
harden
file=linux
else
-NTP_CONF_OPTS += --with-
loc
file=default
+NTP_CONF_OPTS += --with-
harden
file=default
endif
ifeq ($(BR2_PACKAGE_LIBCAP),y)