wok-6.x diff dbus/receipt @ rev 10802
glib-networking: Fixed it to use offical source url. Please remove source tarball on tank or this package will not build.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jun 04 08:51:01 2011 +0000 (2011-06-04) |
parents | c66ccef23e13 |
children | e02c4bd5b855 |
line diff
1.1 --- a/dbus/receipt Sun May 15 13:53:15 2011 +0000 1.2 +++ b/dbus/receipt Sat Jun 04 08:51:01 2011 +0000 1.3 @@ -19,7 +19,8 @@ 1.4 ./configure \ 1.5 --libexecdir=/usr/lib/dbus \ 1.6 --sysconfdir=/etc \ 1.7 - --localstatedir=/var && 1.8 + --localstatedir=/var \ 1.9 + $CONFIGURE_ARGS && 1.10 make && 1.11 make -j 1 install 1.12 }