1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

urweb: add back openssl configure flags to fix build, cc @aseipp

This commit is contained in:
Luca Bruno 2015-09-21 10:45:22 +02:00 committed by Sergey Mironov
parent 9f191abad1
commit acfe53e61f

View file

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
sed -e 's@/usr/bin/file@${file}/bin/file@g' -i configure
'';
configureFlags = "--with-openssl=${openssl}";
preConfigure = ''
export PGHEADER="${postgresql}/include/libpq-fe.h";
export MSHEADER="${mysql.lib}/include/mysql/mysql.h";