wok diff polkit/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-15)
parents a00bf44ed23d
children 2f80fd5d9e35
line diff
     1.1 --- a/polkit/receipt	Sat Aug 10 22:18:41 2013 +0000
     1.2 +++ b/polkit/receipt	Mon Sep 15 23:31:45 2014 +0200
     1.3 @@ -11,14 +11,14 @@
     1.4  WGET_URL="http://hal.freedesktop.org/releases/$TARBALL"
     1.5  CROSS="error: cannot check for file existence when cross compiling"
     1.6  
     1.7 -DEPENDS="glib libgio gobject-introspection dbus dbus-glib expat"
     1.8 +DEPENDS="glib libgio gobject-introspection dbus dbus-glib expat \
     1.9 +util-linux-eject"
    1.10  BUILD_DEPENDS="glib-dev libgio-dev gobject-introspection-dev dbus-dev \
    1.11  dbus-glib-dev expat-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure \
    1.18  		--prefix=/usr \
    1.19  		--sysconfdir=/etc \