On Fri, Mar 23, 2018 at 10:02:22AM +0100, Alexander Dahl wrote:
> Hei hei,
> 
> the are old patches for v2.31.1 which I forgot to check. :-/
> 
> Just to let you know, this should not be applied as is.

Ok, I've applied the other two. Can you resend this one with the patches?

About the configure options: configure_helper.py has a --old-src option to
compare to the previous version. This helps ignoring the options that are
not set in the old version. These are ok.

Michael

> Am Donnerstag, 22. März 2018, 09:18:38 CET schrieb Alexander Dahl:
> > Disable option for compilation with Address Sanitizer.
> > 
> > Signed-off-by: Alexander Dahl <a...@thorsis.com>
> > ---
> >  rules/util-linux-ng.make | 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> > 
> > diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make
> > index ed0f85c02e..0961c4c657 100644
> > --- a/rules/util-linux-ng.make
> > +++ b/rules/util-linux-ng.make
> > @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_UTIL_LINUX_NG) += util-linux-ng
> >  #
> >  # Paths and names
> >  #
> > -UTIL_LINUX_NG_VERSION      := 2.31.1
> > -UTIL_LINUX_NG_MD5  := 7733b583dcb51518944d42aa62ef19ea
> > +UTIL_LINUX_NG_VERSION      := 2.32
> > +UTIL_LINUX_NG_MD5  := e0d8a25853f88cd15ff557e5d8cb4ea7
> >  UTIL_LINUX_NG              := util-linux-$(UTIL_LINUX_NG_VERSION)
> >  UTIL_LINUX_NG_SUFFIX       := tar.xz
> >  UTIL_LINUX_NG_BASENAME     := v$(shell echo $(UTIL_LINUX_NG_VERSION) | sed 
> > -e
> > 's/\([0-9]*\.[0-9]*\)[^0-9].*\?/\1/g') @@ -52,6 +52,7 @@
> > UTIL_LINUX_NG_CONF_OPT      := \
> >     $(CROSS_AUTOCONF_USR) \
> >     --bindir=/usr/bin \
> >     --sbindir=/usr/sbin \
> > +   --disable-asan \
> >     --enable-shared \
> >     --disable-static \
> >     --disable-gtk-doc \
> 
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to