rishi pushed to tracker (master). "Remove remnants of AC_CHECK_LIB workaround"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 18 16:11:47 UTC 2015


From d89869f70df07543934ab8015906e5a7635c4458 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <debarshir at gnome.org>
Date: Mon, 18 May 2015 13:36:51 +0200
Subject: Remove remnants of AC_CHECK_LIB workaround


diff --git a/tracker.spec b/tracker.spec
index 6252349..4c7cadc 100644
--- a/tracker.spec
+++ b/tracker.spec
@@ -16,7 +16,7 @@
 
 Name:           tracker
 Version:        1.4.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Desktop-neutral search tool and indexer
 
 Group:          Applications/System
@@ -180,9 +180,6 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
 
 
 %build
-# Workaround linking problems with AC_CHECK_LIB.
-LDFLAGS_save="$LDFLAGS"
-LDFLAGS="$LDFLAGS -fPIC"
 %configure --disable-static \
            --enable-gtk-doc \
            --enable-libflac \
@@ -207,7 +204,6 @@ LDFLAGS="$LDFLAGS -fPIC"
            --disable-functional-tests
 # Disable the functional tests for now, they use python bytecodes.
 
-LDFLAGS="$LDFLAGS_save"
 make V=1 %{?_smp_mflags}
 
 
@@ -333,6 +329,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon May 18 2015 Debarshi Ray <rishi at fedoraproject.org> - 1.4.0-4
+- Remove remnants of AC_CHECK_LIB workaround
+
 * Sat May 02 2015 Kalev Lember <kalevlember at gmail.com> - 1.4.0-3
 - Rebuilt for GCC 5 C++11 ABI change
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/tracker.git/commit/?h=master&id=d89869f70df07543934ab8015906e5a7635c4458


More information about the scm-commits mailing list