[OpenWrt-Devel] Not sure what is preventing snort3 build
W. Michael Petullo
mike at flyn.org
Thu Apr 18 22:15:04 EDT 2019
>>> The OpenWrt build server seems to be unable to build my snort3 package. See
>>> https://downloads.openwrt.org/snapshots/faillogs/x86_64/packages/snort3/compile.txt:
> This fixed it for me
>
> --- a/cmake/include_libraries.cmake
> +++ b/cmake/include_libraries.cmake
> @@ -14,7 +14,6 @@ if (ENABLE_UNIT_TESTS)
> endif (ENABLE_UNIT_TESTS)
>
> # optional libraries
> -find_package(LibLZMA QUIET)
> find_package(Asciidoc QUIET)
> find_package(DBLATEX QUIET)
> find_package(Ruby QUIET 1.8.7)
Yes, you are right. I was thinking backwards, and I did not realize the
presence of liblzma rather than the lack of it was breaking the build.
I saw the same locally when I selected the liblzma package in addition
to snort3.
Fixed in https://github.com/openwrt/packages/pull/8724.
--
Mike
:wq
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list