gawk: Enable cross-compilation
This commit is contained in:
@@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
|
|||||||
(if interactive then "--with-readline=${readline.dev}" else "--without-readline")
|
(if interactive then "--with-readline=${readline.dev}" else "--without-readline")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
makeFlags = "AR=${stdenv.cc.targetPrefix}ar";
|
||||||
|
|
||||||
inherit doCheck;
|
inherit doCheck;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user