mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
4 lines
179 B
Bash
Executable File
4 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
CFLAGS="-Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -g -O2" ./configure \
|
|
--sysconfdir=/etc --with-random-device=/dev/urandom --enable-ldap --enable-http
|