Author: kelnos
Date: 2008-11-08 23:05:25 +0000 (Sat, 08 Nov 2008)
New Revision: 28677

Modified:
   xfconf/trunk/NEWS
   xfconf/trunk/xfconf-query/Makefile.am
Log:
fix link order for cygwin (bug 4559)

Modified: xfconf/trunk/NEWS
===================================================================
--- xfconf/trunk/NEWS   2008-11-08 21:52:11 UTC (rev 28676)
+++ xfconf/trunk/NEWS   2008-11-08 23:05:25 UTC (rev 28677)
@@ -17,6 +17,8 @@
     and treat all others as system files.  This fixes the problem where
     Xfce-installed defaults get read *after* the user's config when
     Xfce is installed to a user-writable prefix (bug 4592).
+  * Fix build on Cygwin and other platforms that actually care about
+    library link order (bug 4559).
 
 
 Xfce 4.6beta1 (Xfce 4.5.91)

Modified: xfconf/trunk/xfconf-query/Makefile.am
===================================================================
--- xfconf/trunk/xfconf-query/Makefile.am       2008-11-08 21:52:11 UTC (rev 
28676)
+++ xfconf/trunk/xfconf-query/Makefile.am       2008-11-08 23:05:25 UTC (rev 
28677)
@@ -13,8 +13,8 @@
        -DLOCALEDIR=\"$(localedir)\"
 
 xfconf_query_LDADD = \
+       $(top_builddir)/common/libxfconf-gvaluefuncs.la \
        $(top_builddir)/xfconf/libxfconf-0.la \
-       $(top_builddir)/common/libxfconf-gvaluefuncs.la \
        $(GLIB_LIBS) \
        $(DBUS_GLIB_LIBS)
 

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to