summaryrefslogtreecommitdiff
path: root/configure
blob: c8bb9a75408b8c839c5b042b2c418ce56538cbf8 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
cd openvpn
./configure --disable-lzo --disable-crypto
cd ..

cd srtp
./configure
cd ..