postgresql: split and fixup some referrers

This commit is contained in:
Vladimír Čunát
2015-10-28 10:09:32 +01:00
parent 04c7506f0f
commit 261961c97d
6 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
preConfigure = ''
substituteInPlace configure --replace "\$LIBDIRS" "${openssl.out}/lib ${pcre.out}/lib ${libssh.out}/lib ${postgresql92}/lib"
substituteInPlace configure --replace "\$LIBDIRS" "${openssl.out}/lib ${pcre.out}/lib ${libssh.out}/lib ${postgresql92.lib}/lib"
substituteInPlace configure --replace "\$INCDIRS" "${openssl.dev}/include ${pcre.dev}/include ${libssh.dev}/include ${postgresql92}/include"
'';