- s/--libdir=\/lib/--libdir=%{_lib}/ in configure stage
This commit is contained in:
parent
ca3efead1a
commit
142e93bb71
@ -8,7 +8,7 @@
|
||||
Summary: D-BUS message bus
|
||||
Name: dbus
|
||||
Version: 0.90
|
||||
Release: 2
|
||||
Release: 3
|
||||
URL: http://www.freedesktop.org/software/dbus/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
License: AFL/GPL
|
||||
@ -68,7 +68,7 @@ in this separate package so server systems need not install X.
|
||||
autoreconf -f -i
|
||||
|
||||
%build
|
||||
COMMON_ARGS="--enable-libaudit --enable-selinux=yes --with-init-scripts=redhat --with-system-pid-file=%{_localstatedir}/run/messagebus.pid --with-dbus-user=%{dbus_user_uid} --libdir=/lib --bindir=/bin --sysconfdir=/etc --exec-prefix=/"
|
||||
COMMON_ARGS="--enable-libaudit --enable-selinux=yes --with-init-scripts=redhat --with-system-pid-file=%{_localstatedir}/run/messagebus.pid --with-dbus-user=%{dbus_user_uid} --libdir=%{_lib} --bindir=/bin --sysconfdir=/etc --exec-prefix=/"
|
||||
|
||||
### this is some crack because bits of dbus can be
|
||||
### smp-compiled but others don't feel like working
|
||||
@ -164,6 +164,9 @@ fi
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-3
|
||||
- s/--libdir=\/lib/--libdir=%{_lib}/ in configure stage
|
||||
|
||||
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-2
|
||||
- Remove some remnants of the GLIB bindings from configure.in
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user