From 26477da178fa7c84edff5fd9d3c8ef28c0c3ad7d Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 23 Feb 2022 16:55:01 +0000 Subject: replaced openssl with libressl --- repo/system/coreutils.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/system/coreutils.xibuild') diff --git a/repo/system/coreutils.xibuild b/repo/system/coreutils.xibuild index 5f93eef..f261cf9 100644 --- a/repo/system/coreutils.xibuild +++ b/repo/system/coreutils.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="glibc acl attr gmp libcap openssl libiconv" +DEPS="glibc acl attr gmp libcap libressl libiconv" PKG_VER=9.0 SOURCE=https://ftp.gnu.org/gnu/coreutils/coreutils-$PKG_VER.tar.xz -- cgit v1.2.3