From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200731161141.6155-7-bruno.thomsen@gmail.com> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Mon, 03 Aug 2020 08:30:21 +0200 Subject: Re: [ptxdist] [APPLIED] chrony: make unrecognized configure options fatal List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Bruno Thomsen Thanks, applied as 65cf88b8d62d632c658336836ed091a6e22fc272. Michael [sent from post-receive hook] On Mon, 03 Aug 2020 08:30:21 +0200, Bruno Thomsen wrote: > Add a little help for package maintainers to highlight > possible future issues. > > Signed-off-by: Bruno Thomsen > Message-Id: <20200731161141.6155-7-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/chrony-3.5/0001-configure-make-unrecognized-option-a-fatal-error.patch b/patches/chrony-3.5/0001-configure-make-unrecognized-option-a-fatal-error.patch > new file mode 100644 > index 000000000000..01f2136338b9 > --- /dev/null > +++ b/patches/chrony-3.5/0001-configure-make-unrecognized-option-a-fatal-error.patch > @@ -0,0 +1,25 @@ > +From: Bruno Thomsen > +Date: Fri, 31 Jul 2020 09:07:49 +0000 > +Subject: [PATCH] configure: make unrecognized option a fatal error > + > +This helps catch cases where options has been removed > +and are no longer valid. Including additional cross-build > +options that cannot be used. > + > +Signed-off-by: Bruno Thomsen > +--- > + configure | 1 + > + 1 file changed, 1 insertion(+) > + > +diff --git a/configure b/configure > +index 323f5743cd57..080f7bce746d 100755 > +--- a/configure > ++++ b/configure > +@@ -388,6 +388,7 @@ do > + ;; > + * ) > + echo "Unrecognized option : " $option > ++ exit 1 > + esac > + done > + > diff --git a/patches/chrony-3.5/series b/patches/chrony-3.5/series > new file mode 100644 > index 000000000000..5019725586fd > --- /dev/null > +++ b/patches/chrony-3.5/series > @@ -0,0 +1,4 @@ > +# generated by git-ptx-patches > +#tag:base --start-number 1 > +0001-configure-make-unrecognized-option-a-fatal-error.patch > +# c182e03aeda3f8c148ae51d52f839a6a - git-ptx-patches magic _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de