]> git.armaanb.net Git - asd-repo.git/blob - extra/openvpn/build
Adapt for asd linux
[asd-repo.git] / extra / openvpn / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --sbindir=/usr/bin \
6     --enable-iproute2 \
7     --enable-pkcs11 \
8     --enable-plugins \
9     --enable-password-save \
10     --enable-x509-alt-username \
11     --disable-plugin-auth-pam
12
13 make
14 make DESTDIR="$1" install