Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Version 1.6.11 released

Hi Greg,

That's now in the fixes branch, sorry if I missed it before.

Regards,

Roger

On Tue, 11 Aug 2020 at 13:30, Greg Troxel <gdt@xxxxxxxxxx> wrote:
>
>
> This patch in pkgsrc didn't apply (because of a change with OpenBSD
> support, which is of course fine), which reminded me that it hasn't been
> applied.  (My notes say I sent this on 20190427 but I don't remember
> that any better than any of you :)
>
> --- src/CMakeLists.txt.orig     2020-08-11 11:18:06.000000000 +0000
> +++ src/CMakeLists.txt
> @@ -152,6 +152,8 @@ if (UNIX)
>                 set (MOSQ_LIBS ${MOSQ_LIBS} dl m)
>      elseif (${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD")
>             set (MOSQ_LIBS ${MOSQ_LIBS} m)
> +    elseif (${CMAKE_SYSTEM_NAME} MATCHES "NetBSD")
> +           set (MOSQ_LIBS ${MOSQ_LIBS} m)
>      elseif(QNX)
>          set(MOSQ_LIBS ${MOSQ_LIBS} m socket)
>      else(APPLE)


Back to the top