iwd/bootstrap-configure

19 lines
350 B
Plaintext
Raw Normal View History

2014-04-26 02:57:48 +02:00
#!/bin/sh
if [ -f config.status ]; then
make maintainer-clean
fi
./bootstrap && \
./configure --enable-maintainer-mode \
2014-07-16 02:10:15 +02:00
--enable-debug \
--prefix=/usr \
--localstatedir=/var \
--enable-wired \
--enable-hwsim \
--enable-tools \
--enable-ofono \
--enable-sim-hardcoded \
--disable-dbus-policy \
--disable-systemd-service $*