postgresql*: fixup build by a side-step
https://github.com/NixOS/nixpkgs/pull/44767#issuecomment-414066070
This commit is contained in:
parent
0f57d85522
commit
b1548ce080
@ -24,6 +24,9 @@ let
|
|||||||
|
|
||||||
NIX_CFLAGS_COMPILE = [ "-I${libxml2.dev}/include/libxml2" ];
|
NIX_CFLAGS_COMPILE = [ "-I${libxml2.dev}/include/libxml2" ];
|
||||||
|
|
||||||
|
# Otherwise it retains a reference to compiler and fails; see #44767. TODO: better.
|
||||||
|
preConfigure = "CC=cc";
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-openssl"
|
"--with-openssl"
|
||||||
"--with-libxml"
|
"--with-libxml"
|
||||||
|
Loading…
Reference in New Issue
Block a user