All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ntp: fix build without SSP support
@ 2018-03-07  6:59 Baruch Siach
  2018-03-07  7:43 ` Peter Korsgaard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Baruch Siach @ 2018-03-07  6:59 UTC (permalink / raw)
  To: buildroot

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>
---
 package/ntp/ntp.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk
index 1f66ad996b8e..b5e2c1e026fe 100644
--- 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-locfile=linux
+NTP_CONF_OPTS += --with-hardenfile=linux
 else
-NTP_CONF_OPTS += --with-locfile=default
+NTP_CONF_OPTS += --with-hardenfile=default
 endif
 
 ifeq ($(BR2_PACKAGE_LIBCAP),y)
-- 
2.16.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] ntp: fix build without SSP support
  2018-03-07  6:59 [Buildroot] [PATCH] ntp: fix build without SSP support Baruch Siach
@ 2018-03-07  7:43 ` Peter Korsgaard
  2018-03-30 19:30 ` Peter Korsgaard
  2018-04-10 20:43 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-03-07  7:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > 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>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] ntp: fix build without SSP support
  2018-03-07  6:59 [Buildroot] [PATCH] ntp: fix build without SSP support Baruch Siach
  2018-03-07  7:43 ` Peter Korsgaard
@ 2018-03-30 19:30 ` Peter Korsgaard
  2018-04-10 20:43 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-03-30 19:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > 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>

Committed to 2018.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] ntp: fix build without SSP support
  2018-03-07  6:59 [Buildroot] [PATCH] ntp: fix build without SSP support Baruch Siach
  2018-03-07  7:43 ` Peter Korsgaard
  2018-03-30 19:30 ` Peter Korsgaard
@ 2018-04-10 20:43 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-04-10 20:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > 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>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-10 20:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-07  6:59 [Buildroot] [PATCH] ntp: fix build without SSP support Baruch Siach
2018-03-07  7:43 ` Peter Korsgaard
2018-03-30 19:30 ` Peter Korsgaard
2018-04-10 20:43 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.