commit
36f81e47da
@ -19,6 +19,7 @@ import ./versions.nix ({ version, sha256 }:
|
||||
|
||||
configureFlags = [
|
||||
"--enable-agent"
|
||||
"--enable-ipv6"
|
||||
"--with-iconv"
|
||||
"--with-libpcre"
|
||||
"--with-openssl=${openssl.dev}"
|
||||
|
@ -33,6 +33,7 @@ import ./versions.nix ({ version, sha256 }:
|
||||
./configure \
|
||||
--prefix=${placeholder "out"} \
|
||||
--enable-agent2 \
|
||||
--enable-ipv6 \
|
||||
--with-iconv \
|
||||
--with-libpcre \
|
||||
--with-openssl=${openssl.dev}
|
||||
|
@ -41,6 +41,7 @@ in
|
||||
++ optional postgresqlSupport postgresql;
|
||||
|
||||
configureFlags = [
|
||||
"--enable-ipv6"
|
||||
"--enable-proxy"
|
||||
"--with-iconv"
|
||||
"--with-libevent"
|
||||
|
@ -46,6 +46,7 @@ in
|
||||
++ optional ipmiSupport openipmi;
|
||||
|
||||
configureFlags = [
|
||||
"--enable-ipv6"
|
||||
"--enable-server"
|
||||
"--with-iconv"
|
||||
"--with-libcurl"
|
||||
|
Loading…
Reference in New Issue
Block a user