[Goodies-dev] [Bug 2722] New: Fix xfce4-genmon to compile with LDFLAGS="-Wl, --as-needed" and autotools borkage.

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun Jan 7 09:38:20 CET 2007


DO NOT REPLY TO THIS EMAIL.  Also, do not reply via email to the person
whose email is mentioned below.  To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=2722

           Summary: Fix xfce4-genmon to compile with LDFLAGS="-Wl,--as-
                    needed" and autotools borkage.
           Product: Xfce Panel Plugins
           Version: unspecified
          Platform: PC (x86)
               URL: http://bugs.gentoo.org/show_bug.cgi?id=160543
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: genmon
        AssignedTo: goodies-dev at xfce.org
        ReportedBy: sasuomin at uusikaupunki.fi


Patch is at http://bugs.gentoo.org/attachment.cgi?id=105689 to fix compilation
error, and after that it needs to run full set of autotools to provide needed
files including xdt-autogen, intltoolize --automake --copy --force because the
files are simply not there.

diff -ur xfce4-genmon-plugin-3.0.orig/panel-plugin/Makefile.am
xfce4-genmon-plugin-3.0/panel-plugin/Makefile.am
--- xfce4-genmon-plugin-3.0.orig/panel-plugin/Makefile.am       2006-10-13
19:08:29.000000000 +0300
+++ xfce4-genmon-plugin-3.0/panel-plugin/Makefile.am    2007-01-06
20:51:04.000000000 +0200
@@ -5,7 +5,7 @@
        -DPACKAGE_LOCALE_DIR=\"$(localedir)\"                   \
        @LIBXFCE4PANEL_CFLAGS@

-xfce4_genmon_plugin_LDFLAGS =                                  \
+xfce4_genmon_plugin_LDADD =                                    \
        @LIBXFCE4PANEL_LIBS@

 xfce4_genmon_plugin_SOURCES =  \


-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Goodies-dev mailing list