comparison network/dbus/dbus.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 6710613b88b9
children 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
61 LDFLAGS="$LDFLAGS" \ 61 LDFLAGS="$LDFLAGS" \
62 LIBS="$LIBS" \ 62 LIBS="$LIBS" \
63 ./configure \ 63 ./configure \
64 --build=$CBUILD \ 64 --build=$CBUILD \
65 --host=$CHOST \ 65 --host=$CHOST \
66 --prefix= \ 66 --prefix=/usr \
67 --with-system-pid-file=/var/run/dbus.pid \ 67 --with-system-pid-file=/var/run/dbus.pid \
68 --disable-systemd \ 68 --disable-systemd \
69 --enable-shared \ 69 --enable-shared \
70 $with_selinux \ 70 $with_selinux \
71 $with_x 71 $with_x