force gcc34 because pyrex generate improper lvalue code
This commit is contained in:
parent
d7fbd5710f
commit
b11d19ca8e
@ -117,7 +117,7 @@ D-BUS python bindings for use with python programs.
|
|||||||
|
|
||||||
%build
|
%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"
|
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 "
|
||||||
|
|
||||||
if test -d %{_libdir}/qt-3.1 ; then
|
if test -d %{_libdir}/qt-3.1 ; then
|
||||||
export QTDIR=%{_libdir}/qt-3.1
|
export QTDIR=%{_libdir}/qt-3.1
|
||||||
@ -159,7 +159,7 @@ make_fast
|
|||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%makeinstall
|
%makeinstall CC=gcc32 CXX=g++32
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
@ -273,6 +273,7 @@ fi
|
|||||||
- udi patch updated
|
- udi patch updated
|
||||||
- dbus-daemon-1 renamed to dbus-daemon
|
- dbus-daemon-1 renamed to dbus-daemon
|
||||||
- dbus-glib-tool renamed to dbus-binding-tool
|
- dbus-glib-tool renamed to dbus-binding-tool
|
||||||
|
- force gcc34 because pyrex generate improper lvalue code
|
||||||
|
|
||||||
* Tue Feb 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-4
|
* Tue Feb 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.23-4
|
||||||
- Explicitly pass in the pid file location to ./configure instead of
|
- Explicitly pass in the pid file location to ./configure instead of
|
||||||
|
Loading…
Reference in New Issue
Block a user