postgresql: Fix cross compilation
b1548ce080
dropped the C compiler prefix
This commit is contained in:
parent
153a19df05
commit
440ac01e5a
@ -25,7 +25,7 @@ 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.
|
# Otherwise it retains a reference to compiler and fails; see #44767. TODO: better.
|
||||||
preConfigure = "CC=cc";
|
preConfigure = "CC=${stdenv.cc.targetPrefix}cc";
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-openssl"
|
"--with-openssl"
|
||||||
|
Loading…
Reference in New Issue
Block a user