diff options
| author | Michael Biebl <biebl@debian.org> | 2024-05-17 11:38:51 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-05-17 11:38:51 +0200 |
| commit | 88625ab09bf9c6d8f0d5042fcde398a5abfd1da6 (patch) | |
| tree | 5a40bff48087141087b2800752eef2261fe41d8b /tools | |
| parent | 34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 (diff) | |
New upstream version 1.47.91 upstream/1.47.91
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/create-exports-NetworkManager.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/create-exports-NetworkManager.sh b/tools/create-exports-NetworkManager.sh index ef4b381a..855d8375 100755 --- a/tools/create-exports-NetworkManager.sh +++ b/tools/create-exports-NetworkManager.sh @@ -26,7 +26,8 @@ _build() { --with-modem-manager-1 \ --with-ofono \ --with-more-asserts \ - --with-more-logging + --with-more-logging \ + --disable-autotools-deprecation make -j20 } |