initial commit
This commit is contained in:
commit
dbc0df9378
136 changed files with 3036 additions and 0 deletions
14
libpam.sh
Executable file
14
libpam.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue