efl: pic-only if platform supports.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Sun, 30 Dec 2012 13:32:47 +0000 (13:32 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Sun, 30 Dec 2012 13:32:47 +0000 (13:32 +0000)
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

configure.ac

index aa8582dc0d56fbe22b40f97cc770c9b610003781..4ed7e7624168d416b0e0f8a22d23a4bd1a1f1e68 100644 (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"