On Wed, Sep 28, 2016 at 10:56:00AM +0200, Michael Olbrich wrote:
> Hmm, somthing is wrong here. The upstream version is 4.4.0

As far as I know it is 4.7.0.
See: https://www.kernel.org/pub/linux/utils/net/iproute2/?C=M;O=D

> 
> >  IPROUTE2           := iproute2-$(IPROUTE2_VERSION)
> >  IPROUTE2_SUFFIX            := tar.xz
> >  IPROUTE2_URL               := $(call ptx/mirror, KERNEL, 
> > utils/net/iproute2/$(IPROUTE2).$(IPROUTE2_SUFFIX))
> > @@ -46,7 +46,9 @@ $(STATEDIR)/iproute2.prepare:
> >  ifndef PTXCONF_GLOBAL_SELINUX
> >     @echo 'HAVE_SELINUX:=n'         >> $(IPROUTE2_DIR)/Config
> >  endif
> > +ifndef PTXCONF_LIBMNL
> >     @echo 'HAVE_MNL:=n'             >> $(IPROUTE2_DIR)/Config
> > +endif
> 
> This is wrong.
> 1. if libmnl is used, then a dependency is needed in iproute2.in
> 2. at least in version 4.4.0 libmnl is only used for tipc, which is never
> installed.

1. But then we would require libmnl.. I wanted to only use it if it is
already required by something else.
2. OK I'll remove the libmnl stuff, it's not necessary.

Clemens

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to