[tor] Remove unnecessary custom LDFLAGS

Jamie Nguyen jamielinux at fedoraproject.org
Fri Mar 1 07:30:27 UTC 2013


commit 9acd0994fcd50a44bb69ecec33efffc91c8870f1
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Fri Mar 1 00:34:47 2013 +0000

    Remove unnecessary custom LDFLAGS

 tor.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/tor.spec b/tor.spec
index f1068a7..3759d4f 100644
--- a/tor.spec
+++ b/tor.spec
@@ -7,7 +7,7 @@
 
 Name:       tor
 Version:    0.2.3.25
-Release:    1925%{?dist}
+Release:    1926%{?dist}
 Group:      System Environment/Daemons
 License:    BSD
 Summary:    Anonymizing overlay network for TCP (The onion router)
@@ -70,7 +70,6 @@ high-stakes anonymity.
 
 
 %build
-export LDFLAGS='-Wl,--as-needed'
 %configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
     --docdir=%{_docdir}/%{name}-%{version}
 make %{?_smp_mflags}
@@ -130,6 +129,9 @@ exit 0
 
 
 %changelog
+* Thu Feb 28 2013 Jamie Nguyen <jamielinux at fedoraproject.org> 0.2.3.25-1926
+- remove unnecessary custom LDFLAGS
+
 * Thu Feb 28 2013 Jamie Nguyen <jamielinux at fedoraproject.org> 0.2.3.25-1925
 - remove Obsoletes/Provides for tor-doc, which was introduced in Fedora 16
 - add some useful comments about the Obsoletes/Provides/Requires


More information about the scm-commits mailing list