Commit 36c94396 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

/var/run is deprecated - we should use /run instead

parent 38753f72
all:
tar xf dbus-1.12.16.tar.gz
cd dbus-1.12.16 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --disable-doxygen-docs --disable-xml-docs --docdir=/usr/share/doc/dbus-1.12.16 --with-console-auth-dir=/run/console
cd dbus-1.12.16 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --disable-doxygen-docs --disable-xml-docs --docdir=/usr/share/doc/dbus-1.12.16 --with-console-auth-dir=/run/console --with-system-socket=/run/dbus/system_bus_socket
$(MAKE) -C dbus-1.12.16
$(MAKE) -C dbus-1.12.16 install
mv -v /usr/lib/libdbus-1.so.* /lib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment