Author: megabajt Date: Tue Feb 21 23:41:15 2012 GMT Module: packages Tag: HEAD ---- Log message: - fix for undefined symbols in libgsd
---- Files affected: packages/gnome-settings-daemon: gnome-settings-daemon-link.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gnome-settings-daemon/gnome-settings-daemon-link.patch diff -u /dev/null packages/gnome-settings-daemon/gnome-settings-daemon-link.patch:1.1 --- /dev/null Wed Feb 22 00:41:15 2012 +++ packages/gnome-settings-daemon/gnome-settings-daemon-link.patch Wed Feb 22 00:41:09 2012 @@ -0,0 +1,10 @@ +--- gnome-settings-daemon-3.3.90.1/gnome-settings-daemon/Makefile.am.orig 2012-02-21 21:41:33.714440066 +0100 ++++ gnome-settings-daemon-3.3.90.1/gnome-settings-daemon/Makefile.am 2012-02-21 21:42:04.400940490 +0100 +@@ -33,6 +33,7 @@ libgsd_la_CFLAGS = \ + $(NULL) + + libgsd_la_LIBADD = \ ++ $(GIOUNIX_LIBS) \ + $(SYSTEMD_LIBS) \ + $(NULL) + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
