summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.def b/Makefile.def
index 3c87dce68dd..183d46eed1b 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -31,7 +31,7 @@ build_modules= { module= flex; };
build_modules= { module= m4; };
build_modules= { module= texinfo; };
build_modules= { module= fixincludes;
- extra_configure_args='--target=$(target)'; };
+ extra_configure_flags='--target=$(target)'; };
host_modules= { module= ash; };
host_modules= { module= autoconf; };
@@ -47,7 +47,8 @@ host_modules= { module= dejagnu; };
host_modules= { module= diff; };
host_modules= { module= dosutils; no_check= true; };
host_modules= { module= etc; };
-host_modules= { module= expat; };
+host_modules= { module= expat; no_install= true;
+ extra_configure_flags='--disable-shared'; };
host_modules= { module= fastjar; no_check_cross= true; };
host_modules= { module= fileutils; };
host_modules= { module= findutils; };