mirror of
https://abf.rosa.ru/djam/avahi.git
synced 2025-02-23 16:12:59 +00:00
fixed build
This commit is contained in:
parent
a9da51a8d8
commit
7a2759a658
1 changed files with 3 additions and 5 deletions
|
@ -83,7 +83,7 @@ BuildRequires: cap-devel
|
|||
BuildRequires: expat-devel >= 2.0.1
|
||||
BuildRequires: gdbm-devel
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(dbus-python)
|
||||
BuildRequires: python-dbus
|
||||
BuildRequires: pkgconfig(libdaemon)
|
||||
BuildRequires: pkgconfig(libglade-2.0)
|
||||
%if %{with qt3}
|
||||
|
@ -645,9 +645,8 @@ for f in config.guess config.sub ; do
|
|||
test -f /usr/share/libtool/config/$f || continue
|
||||
find . -type f -name $f -exec cp /usr/share/libtool/config/$f \{\} \;
|
||||
done
|
||||
aclocal -I common
|
||||
automake -a
|
||||
autoconf
|
||||
|
||||
autoreconf -vfi
|
||||
|
||||
%build
|
||||
export PKG_CONFIG_PATH=/usr/lib/qt4/%{_lib}/pkgconfig
|
||||
|
@ -714,4 +713,3 @@ rm -rf %{buildroot}%{_initrddir}/%{name}-dnsconfd
|
|||
rm -f %{buildroot}%{_sysconfdir}/avahi/services/sftp-ssh.service
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue