[Xfce-bugs] [Bug 6920] Xfce's autotools should disable static libs by default when initializing libtool (and upgrade syntax to minimum 2.2.6)

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Thu Nov 3 19:30:54 CET 2011


https://bugzilla.xfce.org/show_bug.cgi?id=6920

Nick Schermer <nick at xfce.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Nick Schermer <nick at xfce.org> 2011-11-03 19:30:54 CET ---
Ok pushed the fix.

For those who read this bug for more information, please

AC_DISABLE_STATIC()
AC_PROG_LIBTOOL()

in configure.ac.in to

LT_PREREQ([2.2.6])
LT_INIT([disable-static])

-- 
Configure bugmail: https://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are on the CC list for the bug.


More information about the Xfce-bugs mailing list