megacmd: fix 'AM_INIT_AUTOMAKE expanded multiple times' build error
megacmd fails to build with autoconf >=1.16.5, where this became an error closes #153230
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, autoconf
|
||||
, automake
|
||||
, automake115x
|
||||
, c-ares
|
||||
, cryptopp
|
||||
, curl
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoconf
|
||||
automake
|
||||
automake115x
|
||||
libtool
|
||||
pkg-config
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user