lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 87648e85866f74164e83133c6143aa850366eb9a
parent a681ed3daa9a0dfc57b9b54dd72b0a328b5d9c82
Author: Nuno Goncalves <nunojpg@gmail.com>
Date:   Sun, 28 Jun 2015 02:32:31 +0100

Merge pull request #1486 from jow-/ntpd-fortify-source-compat

ntpd: fix fortify source compatibility
Diffstat:
Mnet/ntpd/Makefile | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntp PKG_VERSION:=4.2.8p2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ @@ -93,7 +93,9 @@ endef CONFIGURE_VARS += \ ac_cv_header_md5_h=no \ ac_cv_lib_rt_sched_setscheduler=no \ - ac_cv_header_dns_sd_h=no + ac_cv_header_dns_sd_h=no \ + hw_cv_func_snprintf_c99=yes \ + hw_cv_func_vsnprintf_c99=yes \ CONFIGURE_ARGS += \ --disable-all-clocks \