proxysql: fix build
This commit is contained in:
@@ -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 .
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user