Skip to content

math/lapacke: Fix build error by explictily setting elftc-ranlib.

gmg requested to merge (removed):hardenedbsd/main into hardenedbsd/main

(There could be a much cleaner solution to this. Background: LLVM's ranlib throws an error message whenever an input file isn't found, thereby killing the build process. FreeBSD's regular ranlib, on the other hand, merely returns a warning.)

Merge request reports