diff options
author | davidovski <david@davidovski.xyz> | 2022-03-03 00:17:35 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-03 00:17:35 +0000 |
commit | a70109dc79c581ff693bd73ac0be10e3bd4da9c0 (patch) | |
tree | e7b486374edcf51b72d82efef369c879c8e4bc05 /repo/xi | |
parent | 2fea415a8b6ab9eae92686a182341d8f5fe56d00 (diff) |
moved ssl back to openssl
Diffstat (limited to 'repo/xi')
-rw-r--r-- | repo/xi/xibuild.xibuild | 2 | ||||
-rw-r--r-- | repo/xi/xipkg.xibuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repo/xi/xibuild.xibuild b/repo/xi/xibuild.xibuild index cee1aaf..7c5e321 100644 --- a/repo/xi/xibuild.xibuild +++ b/repo/xi/xibuild.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="" -DEPS="bash tar git hg curl libressl " +DEPS="bash tar git hg curl openssl " 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 0c35503..32dc857 100644 --- a/repo/xi/xipkg.xibuild +++ b/repo/xi/xipkg.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make" -DEPS="libressl curl dash xiutils findutils diffutils sed xichroot grep" +DEPS="openssl curl dash xiutils findutils diffutils sed xichroot grep" PKG_VER=1.0.2 SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git |