urweb: add back openssl configure flags to fix build, cc @aseipp
This commit is contained in:
parent
af9f1a5552
commit
af011439b7
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user