- Fix selinux module build. (#474249)

This commit is contained in:
Adam Jackson 2009-02-10 14:50:48 +00:00
parent ec1984c28b
commit f61b6a2c92

View File

@ -1,6 +1,6 @@
Name: libxcb
Version: 1.1.93
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A C binding to the X11 protocol
Group: System Environment/Libraries
@ -55,7 +55,7 @@ The %{name}-doc package contains documentation for the %{name} library.
%build
autoreconf -v --install
%configure --disable-static --docdir=%{_datadir}/doc/%{name}-%{version} \
--enable-xselinux
--enable-selinux
make %{?_smp_mflags}
%install
@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/doc/%{name}-%{version}
%changelog
* Tue Feb 10 2009 Adam Jackson <ajax@redhat.com> 1.1.93-4
- Fix selinux module build. (#474249)
* Sun Feb 08 2009 Adam Jackson <ajax@redhat.com> 1.1.93-3
- Remove aforementioned egregious hack. Now I can sleep easier.