configure: Do not build the ununsed libffi shared library.
We do not use the shared libffi libraray, nor do we install it. However, on at least Darwin, the shared version will be picked up for testing, so it is preferrable not to build it. Signed-off-by: Iain Sandoe <iain@sandoe.co.uk> ChangeLog: * Makefile.def: Do not build shared libffi. * Makefile.in: Regenerate.
This commit is contained in:
+2
-1
@@ -181,7 +181,8 @@ target_modules = { module= libtermcap; no_check=true;
|
|||||||
missing=maintainer-clean; };
|
missing=maintainer-clean; };
|
||||||
target_modules = { module= winsup; };
|
target_modules = { module= winsup; };
|
||||||
target_modules = { module= libgloss; no_check=true; };
|
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; bootstrap=true; };
|
target_modules = { module= zlib; bootstrap=true; };
|
||||||
target_modules = { module= rda; };
|
target_modules = { module= rda; };
|
||||||
target_modules = { module= libada; };
|
target_modules = { module= libada; };
|
||||||
|
|||||||
+1
-1
@@ -55467,7 +55467,7 @@ configure-target-libffi:
|
|||||||
$$s/$$module_srcdir/configure \
|
$$s/$$module_srcdir/configure \
|
||||||
--srcdir=$${topdir}/$$module_srcdir \
|
--srcdir=$${topdir}/$$module_srcdir \
|
||||||
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
||||||
--target=${target_alias} \
|
--target=${target_alias} --disable-shared --with-pic \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
@endif target-libffi
|
@endif target-libffi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user