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/xi/xibuild.xibuild | 2 +- repo/xi/xipkg.xibuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/xi') diff --git a/repo/xi/xibuild.xibuild b/repo/xi/xibuild.xibuild index 7c5e321..cee1aaf 100644 --- a/repo/xi/xibuild.xibuild +++ b/repo/xi/xibuild.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="" -DEPS="bash tar git hg curl openssl " +DEPS="bash tar git hg curl libressl " SOURCE=https://git.davidovski.xyz/xilinux/xibuild.git DESC="The depricated xilinux build system, use XiB" diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild index ed177a4..565ba03 100644 --- a/repo/xi/xipkg.xibuild +++ b/repo/xi/xipkg.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make" -DEPS="openssl curl dash xiutils findutils diffutils sed xichroot" +DEPS="libressl curl dash xiutils findutils diffutils sed xichroot" PKG_VER=1.0.1 SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git -- cgit v1.2.3