lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-devel] Desiderata for 2.2.0 for debian and virtualsquare (upda


From: Erik Ekman
Subject: Re: [lwip-devel] Desiderata for 2.2.0 for debian and virtualsquare (updated)
Date: Sat, 7 Oct 2023 23:59:36 +0200

This was fixed by Simon in
https://git.savannah.nongnu.org/cgit/lwip.git/commit/?id=76c7ac5cf90f3addb6bc5eedecab7c5b817f903f

On Thu, 5 Oct 2023 at 13:44, Renzo Davoli <renzo@cs.unibo.it> wrote:
>
> unfortunately this patch has not been applied before releasing 2.2.0.
> (without this patch some header files cannot be installed due to
>  an erroneous pathname).
> we can temporarily fix it in a patch of the Debian package,
> Please Simon apply this patch asap so that in 2.2.1 it will be okay.
>
> thank you
>         renzo
>
> On Sat, Apr 08, 2023 at 10:51:16AM +0200, Renzo Davoli wrote:
> > Great!
> >
> > Thank you Simon.
> >
> > On Fri, Apr 07, 2023 at 10:17:46PM +0200, goldsimon@gmx.de wrote:
> > > I've just pushed Renzo's patches with Joan's change requests applied.
> > > Please report back if there's anything missing for Debian (or whatever
> > > Distro this does into) to package lwIP.
> >
> > I have seen that I forgot to update a pathname when I renamed the
> > library fron linuxlib to posixlib.
> >
> > Can you please apply this patch?
> >
> > Thank you
> >       renzo
>
> --- a/contrib/ports/unix/posixlib/CMakeLists.txt
> +++ b/contrib/ports/unix/posixlib/CMakeLists.txt
> @@ -84,7 +84,7 @@ install(DIRECTORY 
> "${LWIP_DIR}/contrib/ports/unix/port/include/netif"
>      FILES_MATCHING PATTERN "*.h"
>  )
>
> -install(DIRECTORY "${LWIP_DIR}/contrib/ports/unix/linuxlib/include/posix"
> +install(DIRECTORY "${LWIP_DIR}/contrib/ports/unix/posixlib/include/posix"
>      DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/lwip"
>      FILES_MATCHING PATTERN "*.h"
>  )
>
>
> _______________________________________________
> lwip-devel mailing list
> lwip-devel@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lwip-devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]