Fix up alnux and add /etc/al in build@alnux & added dkms, linux-headers #40

Merged
hippoz merged 4 commits from Ohio2/repo:master into master 2021-08-25 15:55:04 +03:00
6 changed files with 14 additions and 14 deletions
Showing only changes of commit bdef812329 - Show all commits

View file

@ -1,6 +1,6 @@
wget https://github.com/Kitware/CMake/releases/download/v3.21.0-rc2/cmake-3.21.0-rc2.tar.gz
tar -xf cmake-3.21.0-rc2.tar.gz
cd cmake-3.21.0-rc2.tar.gz
wget https://github.com/Kitware/CMake/releases/download/v3.21.1/cmake-3.21.1.tar.gz
tar -xf cmake-3.21.1.tar.gz
cd cmake-3.21.1.tar.gz
./bootstrap
make

View file

@ -1,6 +1,6 @@
wget -O gcc-11.1.0.tar.gz https://gcc.gnu.org/pub/gcc/releases/gcc-11.1.0/gcc-11.1.0.tar.xz
tar -xf gcc-11.1.0.tar.gz
cd gcc-11.1.0
wget -O gcc-11.1.2.tar.gz https://gcc.gnu.org/pub/gcc/releases/gcc-11.1.2/gcc-11.1.2.tar.xz
tar -xf gcc-11.1.2.tar.gz
cd gcc-11.1.2
wget https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz
tar -xf gmp-6.2.1.tar.xz gmp

View file

@ -1,5 +1,5 @@
pkg_config_deploy="true"
pkg_config_ver="11.1.0"
pkg_config_ver="11.1.2"
pkg_config_name="gcc"
pkg_config_makedepends=""
pkg_config_depends=""

View file

@ -1,6 +1,6 @@
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.xz
tar -xf git-2.9.5.tar.xz
cd git-2.9.5
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.33.0.tar.xz
tar -xf git-2.33.0.tar.xz
cd git-2.33.0
./configure --prefix=/usr
make

View file

@ -1,6 +1,6 @@
wget https://www.openssl.org/source/openssl-3.0.0-beta1.tar.gz
tar -xf openssl-3.0.0-beta1.tar.gz
cd openssl-3.0.0-beta1
wget https://www.openssl.org/source/openssl-3.0.0-beta2.tar.gz
tar -xf openssl-3.0.0-beta2.tar.gz
cd openssl-3.0.0-beta2
chmod +x ./config
./config --prefix="/usr"
make

View file

@ -1,5 +1,5 @@
pkg_config_deploy=true
pkg_config_ver="3.0.0-beta"
pkg_config_ver="3.0.0-beta2"
pkg_config_name="openssl"
pkg_config_makedepends=""
pkg_config_depends=""