CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
opt-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b12e9c
)
dbus: Fixed X search and forced build without X..
author
Victor Martinez
<pitillo@ono.com>
Mon, 22 Feb 2010 15:55:33 +0000
(15:55 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Mon, 22 Feb 2010 15:55:47 +0000
(15:55 +0000)
dbus/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/dbus/Pkgfile
b/dbus/Pkgfile
index 2e4eba33764442207a5d3e66ba1ec07a3ce70e81..f5dfd95c91cd3727e65a6c67a8b170838674c01a 100644
(file)
--- a/
dbus/Pkgfile
+++ b/
dbus/Pkgfile
@@
-7,7
+7,7
@@
name=dbus
version=1.2.16
-release=
1
+release=
2
source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \
rc.dbus 30-dbus.launch)
@@
-23,7
+23,8
@@
build() {
--disable-static \
--with-dbus-user=messagebus \
--with-xml=expat \
- --with-system-pid-file=/var/run/$name/$name.pid
+ --with-system-pid-file=/var/run/$name/$name.pid \
+ --without-x
make
make DESTDIR=$PKG install
install -D -m 0755 $SRC/rc.dbus $PKG/etc/rc.d/dbus