ECL: Strip manual configure patching and regeneration as it doesn't work anyway
This commit is contained in:
parent
9771ff51f3
commit
5210b4c7a8
@ -26,14 +26,6 @@ stdenv.mkDerivation {
|
|||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
inherit (s) url sha256;
|
inherit (s) url sha256;
|
||||||
};
|
};
|
||||||
patches = [ ./libffi-prefix.patch ];
|
|
||||||
preConfigure = ''
|
|
||||||
(cd src ; libtoolize -f)
|
|
||||||
(cd src ; autoheader -f)
|
|
||||||
(cd src ; aclocal)
|
|
||||||
(cd src ; automake --add-missing -c)
|
|
||||||
(cd src ; autoconf -f)
|
|
||||||
'';
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-threads"
|
"--enable-threads"
|
||||||
"--with-gmp-prefix=${gmp}"
|
"--with-gmp-prefix=${gmp}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user