]> git.pld-linux.org Git - packages/evolution-data-server.git/commitdiff
- fix instead of disabling --as-needed
authorsparky <sparky@pld-linux.org>
Sun, 6 Aug 2006 18:39:01 +0000 (18:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evolution-data-server.spec -> 1.84

evolution-data-server.spec

index 9a25cf8a423808f23225a5ae6a544fac8f0e536f..986aeae7d039720d030511ffc74adbb488965c2c 100644 (file)
@@ -19,6 +19,7 @@ Source0:      http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.7/%{name
 # Source0-md5: 07fa3db5725d41093b22d4e90c2ced87
 Patch0:                %{name}-workaround-cal-backend-leak.patch
 Patch1:                %{name}-gcc4.patch
+Patch2:                %{name}-as_needed-fix.patch
 URL:           http://www.ximian.com/products/ximian_evolution/
 BuildRequires: ORBit2-devel >= 1:2.14.2
 BuildRequires: autoconf >= 2.52
@@ -43,7 +44,6 @@ Requires(post,postun):        scrollkeeper
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                filterout_ld    (-Wl,)?--as-needed
 %define                schemadir       /usr/share/openldap/schema
 
 %description
@@ -117,6 +117,7 @@ Statyczne biblioteki serwera danych Evolution.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__glib_gettextize}
This page took 0.037356 seconds and 4 git commands to generate.