aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index 2f51f83..1156d2b 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -187,7 +187,8 @@ target_modules = { module= libtermcap; no_check=true;
missing=maintainer-clean; };
target_modules = { module= winsup; };
target_modules = { module= libgloss; no_check=true; };
-target_modules = { module= libffi; no_install=true; };
+target_modules = { module= libffi; no_install=true;
+ extra_configure_flags='--disable-shared --with-pic'; };
target_modules = { module= zlib; };
target_modules = { module= rda; };
target_modules = { module= libada; };