libtool: Enable cross compilation
This commit is contained in:
parent
e36e23acd5
commit
ff1a8ba304
@ -2,13 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libtool-1.5.26";
|
name = "libtool-1.5.26";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/libtool/${name}.tar.gz";
|
url = "mirror://gnu/libtool/${name}.tar.gz";
|
||||||
sha256 = "029ggq5kri1gjn6nfqmgw4w920gyfzscjjxbsxxidal5zqsawd8w";
|
sha256 = "029ggq5kri1gjn6nfqmgw4w920gyfzscjjxbsxxidal5zqsawd8w";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [m4 perl];
|
nativeBuildInputs = [m4];
|
||||||
|
buildInputs = [perl];
|
||||||
|
|
||||||
# Don't fixup "#! /bin/sh" in Libtool, otherwise it will use the
|
# Don't fixup "#! /bin/sh" in Libtool, otherwise it will use the
|
||||||
# "fixed" path in generated files!
|
# "fixed" path in generated files!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user