proxysql: fix build

This commit is contained in:
ajs124
2023-02-06 18:25:48 +01:00
parent 4611ffe60f
commit f87cac221f
+12 -4
View File
@@ -68,10 +68,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
# otherwise, it looks for …-1.15
ACLOCAL = "aclocal";
AUTOMAKE = "automake";
GIT_VERSION = version;
dontConfigure = true;
@@ -140,6 +136,18 @@ stdenv.mkDerivation rec {
sed -i s_/usr/bin/env_${coreutils}/bin/env_g libssl/openssl/config
pushd libmicrohttpd/libmicrohttpd
autoreconf
popd
pushd libconfig/libconfig
autoreconf
popd
pushd libdaemon/libdaemon
autoreconf
popd
popd
patchShebangs .
'';