]> git.pld-linux.org Git - packages/evolution.git/commitdiff
- fix build with --as-needed instead of disabling it
authorsparky <sparky@pld-linux.org>
Sun, 6 Aug 2006 20:03:31 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evolution.spec -> 1.199

evolution.spec

index 17c72724afc2a9ff7df299e0361d4e9cc06597fd..e7a144bdd0c76d2152fd35624ee2cd4990b32c92 100644 (file)
@@ -25,6 +25,7 @@ Source5:      %{name}-mail.desktop
 Source6:       %{name}-tasks.desktop
 Patch0:                %{name}-nolibs.patch
 Patch1:                %{name}-gnome-icon-theme.patch
+Patch2:                %{name}-as_needed-fix.patch
 URL:           http://www.ximian.com/products/ximian_evolution/
 BuildRequires: GConf2-devel >= 2.14.0
 BuildRequires: ORBit2-devel >= 1:2.14.0
@@ -76,8 +77,6 @@ Obsoletes:    evolution2
 Obsoletes:     gnome-pim
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                filterout_ld    (-Wl,)?--as-needed
-
 %description
 Evolution is the GNOME mailer, calendar, contact manager and
 communications tool. The tools which make up Evolution will be tightly
@@ -217,6 +216,7 @@ Palmem.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__glib_gettextize}
This page took 0.167307 seconds and 4 git commands to generate.