- gcc33 not gcc34
This commit is contained in:
parent
b11d19ca8e
commit
438da18a07
@ -30,6 +30,7 @@ BuildRequires: Pyrex >= %{pyrex_version}
|
||||
#BuildRequires: gtk2-devel >= %{gtk_version}
|
||||
BuildRequires: libselinux-devel >= %{libselinux_version}
|
||||
BuildRequires: audit-libs-devel >= 0.6.1
|
||||
BuildRequires: compat-gcc
|
||||
|
||||
Requires: libselinux >= %{libselinux_version}
|
||||
|
||||
@ -117,7 +118,7 @@ D-BUS python bindings for use with python programs.
|
||||
|
||||
%build
|
||||
|
||||
COMMON_ARGS="--enable-glib=yes --enable-qt=no --enable-selinux=yes --disable-gtk --with-init-scripts=redhat --with-system-pid-file=%{_localstatedir}/run/messagebus.pid CC=gcc34 CXX=g++34 "
|
||||
COMMON_ARGS="--enable-glib=yes --enable-qt=no --enable-selinux=yes --disable-gtk --with-init-scripts=redhat --with-system-pid-file=%{_localstatedir}/run/messagebus.pid CC=gcc33 CXX=g++33 "
|
||||
|
||||
if test -d %{_libdir}/qt-3.1 ; then
|
||||
export QTDIR=%{_libdir}/qt-3.1
|
||||
@ -159,7 +160,7 @@ make_fast
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%makeinstall CC=gcc32 CXX=g++32
|
||||
%makeinstall CC=gcc33 CXX=g++33
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
@ -273,7 +274,7 @@ fi
|
||||
- udi patch updated
|
||||
- dbus-daemon-1 renamed to dbus-daemon
|
||||
- dbus-glib-tool renamed to dbus-binding-tool
|
||||
- force gcc34 because pyrex generate improper lvalue code
|
||||
- force gcc33 because pyrex generate improper lvalue code
|
||||
|
||||
* Tue Feb 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-4
|
||||
- Explicitly pass in the pid file location to ./configure instead of
|
||||
|
Loading…
Reference in New Issue
Block a user