From 836c8466d69499f83e04423b947782401d04c0c4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Nov 21 2012 19:53:33 +0000 Subject: Fixed ldflags. Fixes bug 878611 --- 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 0.9.1-3 +- Fixed ldflags. Fixes bug 878611 + * Sat Nov 17 2012 Kevin Fenzi 0.9.1-2 - Add patch to use correct version of highlight for all branches except epel5