initial commit

This commit is contained in:
dajoho 2023-12-03 23:10:57 +01:00
commit dbc0df9378
136 changed files with 3036 additions and 0 deletions

14
libpam.sh Executable file
View file

@ -0,0 +1,14 @@
#!/bin/bash
git clone https://github.com/linux-pam/linux-pam.git
set -e
cd linux-pam
git checkout v1.5.2
./autogen.sh --host="$xHOST" --prefix="$PREFIX"
./configure --host="$xHOST" --prefix="$PREFIX"
make clean
make
#make install