proxysql: fix build
This commit is contained in:
parent
4611ffe60f
commit
f87cac221f
1 changed files with 12 additions and 4 deletions
|
@ -68,10 +68,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# otherwise, it looks for …-1.15
|
|
||||||
ACLOCAL = "aclocal";
|
|
||||||
AUTOMAKE = "automake";
|
|
||||||
|
|
||||||
GIT_VERSION = version;
|
GIT_VERSION = version;
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
@ -140,6 +136,18 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
sed -i s_/usr/bin/env_${coreutils}/bin/env_g libssl/openssl/config
|
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
|
popd
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue