fix build
This commit is contained in:
parent
4a548badf6
commit
071e1c1885
@ -48,10 +48,12 @@ such as tar or zip files.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-scrollkeeper --disable-static
|
||||
%configure --disable-scrollkeeper \
|
||||
--disable-static \
|
||||
--enable-nautilus-actions \
|
||||
--enable-packagekit
|
||||
|
||||
export tagname=CC
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=603492
|
||||
sed -i -e 's/DBUS_LIBS = /DBUS_LIBS = -ldbus-glib-1/' src/Makefile
|
||||
make LIBTOOL=/usr/bin/libtool
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user