From 7625c1b1d5d125a6de388838d3eac39473eb8177 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 22 Dec 2021 22:23:43 +0000 Subject: fixed xipkg and openssl --- repo/core/openssl.xibuild | 2 +- repo/extra/xipkg.xibuild | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'repo') diff --git a/repo/core/openssl.xibuild b/repo/core/openssl.xibuild index f60c673..53c1418 100644 --- a/repo/core/openssl.xibuild +++ b/repo/core/openssl.xibuild @@ -7,7 +7,7 @@ DESC="The open source management tools and libraries for cryptography" BRANCH="OpenSSL_1_1_1-stable" build () { - ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib shared zlib-dynamic + ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib shared zlib-dynamic make make MANSUFFIX=ssl DESTDIR=$PKG_DEST install } diff --git a/repo/extra/xipkg.xibuild b/repo/extra/xipkg.xibuild index f89a97d..ee6fb01 100644 --- a/repo/extra/xipkg.xibuild +++ b/repo/extra/xipkg.xibuild @@ -7,6 +7,7 @@ DESC="The xilinux package manager" build () { make + make DESTDIR=$PKG_DEST install } package () { -- cgit v1.2.1