efl: pic-only if platform supports.

in some cases libtool would build 2 versions, pic for shared and
no-pic for static. Make sure we just build one as pic is good enough.

NOTE: this is only used on supported platforms.



SVN revision: 81902
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-30 13:32:47 +00:00
parent 8ce53b64da
commit c60c72b60f
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ AM_CONDITIONAL([HAVE_PS3], [test "x${have_ps3}" = "xyes"])
if test "x${have_windows}" = "xyes" ; then
lt_cv_deplibs_check_method='pass_all'
fi
LT_INIT([win32-dll disable-static disable-fast-install])
LT_INIT([win32-dll disable-static disable-fast-install pic-only])
version_info="lt_cur:lt_rev:lt_age"
AC_SUBST([version_info])
release_info="v_rel"