Commit 9227dd59 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

component/coreutils: disable link with openssl library

without this change, configure would use openssl lib for MD5, sha256sum, ...
if openssl development files are present on the system.
parent 421fd38b
......@@ -16,6 +16,7 @@ configure-options =
--disable-libcap
--without-selinux
--prefix=@@LOCATION@@
--with-openssl=no
environment =
PATH=${patch:location}/bin:${perl:location}/bin:${xz-utils:location}/bin:%(PATH)s
LDFLAGS=-Wl,--as-needed -L${gmp:location}/lib -Wl,-rpath=${gmp:location}/lib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment