apply gcinit patch only on currently shipped bits, drop on future releases

This commit is contained in:
Rex Dieter 2008-06-20 18:59:03 +00:00
parent 7ec13e6102
commit dc803d7c7b

View File

@ -37,7 +37,9 @@ Provides: libgc-devel = %{version}-%{release}
%setup -q
# FIXME? -- Rex
#patch1 -p1 -b .gcinit
%if 0%{?rhel} < 6 && 0%{?fedora} < 10
%patch1 -p1 -b .gcinit
%endif
# refresh auto*/libtool to purge rpaths
rm -f libtool libtool.m4