summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-02-02 21:10:44 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-02-02 21:10:44 -0500
commitde99213f6a9db46a0f7b675ec699cb3e420d8b18 (patch)
tree2a65eed3c90414bcb11481130d64b003f3098ef3
parent6a9c9aeff17b0b56ad4902712507c7d2b810b83d (diff)
downloadgnome-panel-de99213f6a9db46a0f7b675ec699cb3e420d8b18.tar.gz
gnome-panel-de99213f6a9db46a0f7b675ec699cb3e420d8b18.tar.xz
gnome-panel-de99213f6a9db46a0f7b675ec699cb3e420d8b18.zip
closer to a working build
-rw-r--r--gnome-panel.spec5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnome-panel.spec b/gnome-panel.spec
index fb7b2ee..d8aedcc 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -87,6 +87,7 @@ BuildRequires: intltool
BuildRequires: gettext-devel
BuildRequires: libtool
BuildRequires: libcanberra-devel
+BuildRequires: desktop-file-utils
Obsoletes: gdm-user-switch-applet < 1:2.91.6
@@ -175,10 +176,6 @@ autoreconf -i -f
--enable-eds=no
%endif
-# drop unneeded direct library deps with --as-needed
-# libtool doesn't make this easy, so we do it the hard way
-#sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
make %{?_smp_mflags} V=1