Commit f87cac22 authored by ajs124's avatar ajs124
Browse files

proxysql: fix build

parent 4611ffe6
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -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 .
  '';