Small patch to fix LDADD in xfce4-cpu-graph

View: New views
1 Messages — Rating Filter:   Alert me  

Small patch to fix LDADD in xfce4-cpu-graph

by HaroldAling :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Dear list,

Here's a very simple patch to enable cpugraph to be compiled with
--as-needed as described here:
http://wiki.xfce.org/panel_plugins_howto#testing_and_releasing_the_plugin


Index: panel-plugin/Makefile.am
===================================================================
--- panel-plugin/Makefile.am    (revision 3136)
+++ panel-plugin/Makefile.am    (working copy)
@@ -5,7 +5,7 @@
        -DPACKAGE_LOCALE_DIR=\"$(localedir)\"                   \
        @LIBXFCE4PANEL_CFLAGS@
 
-xfce4_cpugraph_plugin_LDFLAGS =                                        \
+xfce4_cpugraph_plugin_LDADD =                                  \
        @LIBXFCE4PANEL_LIBS@
 
 xfce4_cpugraph_plugin_SOURCES =                                        \


-H-

_______________________________________________
xfce-goodies-dev mailing list
xfce-goodies-dev@...
https://lists.berlios.de/mailman/listinfo/xfce-goodies-dev