Date: Monday, September 27, 2010 @ 16:53:22 Author: ibiru Revision: 91765
cleanup Deleted: gnome-panel/trunk/fix-runtime.patch -------------------+ fix-runtime.patch | 33 --------------------------------- 1 file changed, 33 deletions(-) Deleted: fix-runtime.patch =================================================================== --- fix-runtime.patch 2010-09-27 20:47:46 UTC (rev 91764) +++ fix-runtime.patch 2010-09-27 20:53:22 UTC (rev 91765) @@ -1,33 +0,0 @@ -From 26023c98e4911b7114c853c329401577615f6496 Mon Sep 17 00:00:00 2001 -From: Vincent Untz <[email protected]> -Date: Mon, 27 Sep 2010 18:26:14 +0000 -Subject: panel: Build panel with -export-dynamic - -Else, we fail badly at runtime. - -https://bugzilla.gnome.org/show_bug.cgi?id=630744 ---- -diff --git a/gnome-panel/Makefile.am b/gnome-panel/Makefile.am -index 69d8c97..7ec6a90 100644 ---- a/gnome-panel/Makefile.am -+++ b/gnome-panel/Makefile.am -@@ -136,6 +136,8 @@ gnome_panel_LDADD = \ - $(XRANDR_LIBS) \ - $(X_LIBS) - -+gnome_panel_LDFLAGS = -export-dynamic -+ - gnome_desktop_item_edit_SOURCES = \ - gnome-desktop-item-edit.c \ - panel-ditem-editor.c \ -@@ -164,6 +166,8 @@ panel_test_applets_LDADD = \ - $(top_builddir)/gnome-panel/libpanel-util/libpanel-util.la \ - $(PANEL_LIBS) - -+panel_test_applets_LDFLAGS = -export-dynamic -+ - gnome-panel-add: gnome-panel-add.in Makefile - $(AM_V_GEN)sed \ - -e s...@python\@!...@python@! \ --- -cgit v0.8.3.1
