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