mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 13:14:14 +08:00
14 lines
267 B
Bash
Executable File
14 lines
267 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./bootstrap && \
|
|
./configure --enable-maintainer-mode \
|
|
--enable-debug \
|
|
--prefix=/usr \
|
|
--mandir=/usr/share/man \
|
|
--sysconfdir=/etc \
|
|
--localstatedir=/var \
|
|
--enable-all \
|
|
--disable-pcmcia \
|
|
--disable-initscripts \
|
|
--disable-bluepin
|