[Xfce4-commits] r29668 - in xfce4-panel/trunk: . libxfce4panel
Nick Schermer
nick at xfce.org
Sun Mar 15 16:19:33 CET 2009
Author: nick
Date: 2009-03-15 15:19:33 +0000 (Sun, 15 Mar 2009)
New Revision: 29668
Modified:
xfce4-panel/trunk/NEWS
xfce4-panel/trunk/configure.in.in
xfce4-panel/trunk/libxfce4panel/Makefile.am
Log:
Fix compilation with -Wl,--as-needed (bug #5103).
Modified: xfce4-panel/trunk/NEWS
===================================================================
--- xfce4-panel/trunk/NEWS 2009-03-15 11:55:41 UTC (rev 29667)
+++ xfce4-panel/trunk/NEWS 2009-03-15 15:19:33 UTC (rev 29668)
@@ -1,6 +1,7 @@
4.6.1
=====
- Migrate launcher category icons from 4.4 panels (bug #5067).
+- Fix compilation with -Wl,--as-needed (bug #5103).
4.6.0
Modified: xfce4-panel/trunk/configure.in.in
===================================================================
--- xfce4-panel/trunk/configure.in.in 2009-03-15 11:55:41 UTC (rev 29667)
+++ xfce4-panel/trunk/configure.in.in 2009-03-15 15:19:33 UTC (rev 29668)
@@ -205,7 +205,7 @@
dnl ****************************************
dnl *** Check for ELF visibility support ***
dnl ****************************************
-AC_ARG_ENABLE([visibility], AC_HELP_STRING([--disable-visibility], [Don't use ELF visibility attributes]), [], [enable_visibility=yes])
+AC_ARG_ENABLE([visibility], AC_HELP_STRING([--disable-visibility], [Do not use ELF visibility attributes]), [], [enable_visibility=yes])
have_gnuc_visibility=no
if test x"$enable_visibility" != x"no"; then
dnl Check whether the compiler supports the visibility attribute
Modified: xfce4-panel/trunk/libxfce4panel/Makefile.am
===================================================================
--- xfce4-panel/trunk/libxfce4panel/Makefile.am 2009-03-15 11:55:41 UTC (rev 29667)
+++ xfce4-panel/trunk/libxfce4panel/Makefile.am 2009-03-15 15:19:33 UTC (rev 29668)
@@ -78,6 +78,7 @@
endif
libxfce4panel_la_LIBADD = \
+ -lX11 \
$(GTK_LIBS) \
$(LIBXFCE4UTIL_LIBS)
More information about the Xfce4-commits
mailing list