Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/monit: fix openssl static build
--with-ssl-dir will exclusively search for dynamic library so use --with-ssl-static to fix the following openssl static build failure raised since bump to version 5.33.0 in commit 8cedb39: checking for static SSL support... disabled checking for SSL support... enabled checking for SSL include directory... /home/buildroot/autobuild/instance-2/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include checking for SSL library directory... /lib64 [...] mipsel-buildroot-linux-uclibc-gcc: ERROR: unsafe header/library path used in cross-compilation: '-L/lib64' Fixes: - http://autobuild.buildroot.org/results/4189decbafb5d28c11d89ddac792b4610abeaff1 Signed-off-by: Fabrice Fontaine <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]>
- Loading branch information