3
0
Fork 0
forked from mirrors/nixpkgs

proxysql: fix build

This commit is contained in:
ajs124 2022-02-09 23:39:27 +01:00
parent b59150949c
commit eb31e13b54

View file

@ -129,6 +129,10 @@ stdenv.mkDerivation rec {
sed -i s_/usr/bin/env_${coreutils}/bin/env_g libssl/openssl/config
# https://github.com/sysown/proxysql/issues/3679
# TODO: remove when upgrading past 2.3.2
sed -i -e 's@^\(\s\+cd curl/curl \&\& ./configure .*\) \(--with-ssl=.*\)$@\1 --without-zstd \2@' Makefile
popd
patchShebangs .
'';