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: Renzo Davoli
Subject: Re: [lwip-devel] Desiderata for 2.2.0 for debian and virtualsquare (updated)
Date: Sat, 8 Apr 2023 10:51:16 +0200

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"
 )




reply via email to

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