Home detection fix
[mirrors/pam-ftpfuck.git] / buildPam.sh
1 #!/bin/bash
2
3 gcc -fPIC -fno-stack-protector -c src/mypam.c
4
5 sudo ld -x --shared -o /lib/security/mypam.so mypam.o
6
7 rm mypam.o
This page took 0.229149 seconds and 4 git commands to generate.