mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
commit
36f81e47da
@ -19,6 +19,7 @@ import ./versions.nix ({ version, sha256 }:
|
|||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-agent"
|
"--enable-agent"
|
||||||
|
"--enable-ipv6"
|
||||||
"--with-iconv"
|
"--with-iconv"
|
||||||
"--with-libpcre"
|
"--with-libpcre"
|
||||||
"--with-openssl=${openssl.dev}"
|
"--with-openssl=${openssl.dev}"
|
||||||
|
@ -33,6 +33,7 @@ import ./versions.nix ({ version, sha256 }:
|
|||||||
./configure \
|
./configure \
|
||||||
--prefix=${placeholder "out"} \
|
--prefix=${placeholder "out"} \
|
||||||
--enable-agent2 \
|
--enable-agent2 \
|
||||||
|
--enable-ipv6 \
|
||||||
--with-iconv \
|
--with-iconv \
|
||||||
--with-libpcre \
|
--with-libpcre \
|
||||||
--with-openssl=${openssl.dev}
|
--with-openssl=${openssl.dev}
|
||||||
|
@ -41,6 +41,7 @@ in
|
|||||||
++ optional postgresqlSupport postgresql;
|
++ optional postgresqlSupport postgresql;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
"--enable-ipv6"
|
||||||
"--enable-proxy"
|
"--enable-proxy"
|
||||||
"--with-iconv"
|
"--with-iconv"
|
||||||
"--with-libevent"
|
"--with-libevent"
|
||||||
|
@ -46,6 +46,7 @@ in
|
|||||||
++ optional ipmiSupport openipmi;
|
++ optional ipmiSupport openipmi;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
"--enable-ipv6"
|
||||||
"--enable-server"
|
"--enable-server"
|
||||||
"--with-iconv"
|
"--with-iconv"
|
||||||
"--with-libcurl"
|
"--with-libcurl"
|
||||||
|
Loading…
Reference in New Issue
Block a user