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