From: Markham Date: Tue, 24 Nov 2015 08:20:01 +0000 (+0100) Subject: fix build ntpdate X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=58cd22bfb7c96eed87ef311d2c60237ac69e73be;p=bs-cst-neutrino-hd.git fix build ntpdate --- diff --git a/archive-patches/ntp-remove-buildtime.patch b/archive-patches/ntp-remove-buildtime.patch new file mode 100644 index 0000000..d7e8d5b --- /dev/null +++ b/archive-patches/ntp-remove-buildtime.patch @@ -0,0 +1,11 @@ +--- a/scripts/build/mkver.in 2014-12-19 12:56:52.000000000 +0100 ++++ b/scripts/build/mkver.in 2015-02-03 12:44:15.008408400 +0100 +@@ -15,7 +15,7 @@ + *) ConfStr="${ConfStr}-@VER_SUFFIX@" ;; + esac + +-ConfStr="$ConfStr `LC_TIME=C TZ=UTC date`" ++ConfStr="$ConfStr" + + if [ ! -f .version ]; then + echo 0 > .version diff --git a/skel-root-apollo/sbin/ntpdate b/skel-root-apollo/sbin/ntpdate deleted file mode 100755 index 4666b7f..0000000 Binary files a/skel-root-apollo/sbin/ntpdate and /dev/null differ diff --git a/skel-root-kronos/sbin/ntpdate b/skel-root-kronos/sbin/ntpdate deleted file mode 100755 index 4666b7f..0000000 Binary files a/skel-root-kronos/sbin/ntpdate and /dev/null differ diff --git a/skel-root-nevis/sbin/ntpdate b/skel-root-nevis/sbin/ntpdate deleted file mode 100755 index 4666b7f..0000000 Binary files a/skel-root-nevis/sbin/ntpdate and /dev/null differ