mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 18:08:05 +02:00
build: fix ibft option in create-exports-NetworkManager.sh
This commit is contained in:
parent
587e0e37b2
commit
1408ffd9f6
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ die() {
|
||||||
_build() {
|
_build() {
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
./autogen.sh --enable-ld-gc --enable-ifcfg-rh --enable-ifupdown \
|
./autogen.sh --enable-ld-gc --enable-ifcfg-rh --enable-ifupdown \
|
||||||
--enable-ibft --enable-teamdctl --enable-wifi \
|
--enable-config-plugin-ibft --enable-teamdctl --enable-wifi \
|
||||||
--with-modem-manager-1 --with-ofono --with-more-asserts \
|
--with-modem-manager-1 --with-ofono --with-more-asserts \
|
||||||
--with-more-logging
|
--with-more-logging
|
||||||
make -j20
|
make -j20
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue