summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2012-11-21 12:53:33 -0700
committerKevin Fenzi <kevin@scrye.com>2012-11-21 12:53:33 -0700
commit836c8466d69499f83e04423b947782401d04c0c4 (patch)
tree6a047f79ca5129f48e5ffea0916efca39894d708 /cgit.spec
parent0133e5aca591d793031a158f6ff22e103f65cccc (diff)
downloadcgit_EL6-836c8466d69499f83e04423b947782401d04c0c4.tar.gz
Fixed ldflags. Fixes bug 878611
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/cgit.spec b/cgit.spec
index c8b21f4..50b6353 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -8,6 +8,7 @@
%global make_cgit \
export CFLAGS="%{optflags}" \
+export LDFLAGS="%{?__global_ldflags}" \
make V=1 %{?_smp_mflags} \\\
DESTDIR=%{buildroot} \\\
INSTALL="install -p" \\\
@@ -20,7 +21,7 @@ make V=1 %{?_smp_mflags} \\\
Name: cgit
Version: 0.9.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A fast web interface for git
Group: Development/Tools
@@ -101,6 +102,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Nov 21 2012 Kevin Fenzi <kevin@scrye.com> 0.9.1-3
+- Fixed ldflags. Fixes bug 878611
+
* Sat Nov 17 2012 Kevin Fenzi <kevin@scrye.com> 0.9.1-2
- Add patch to use correct version of highlight for all branches except epel5