diff options
author | Andreas Fankhauser hiddenalpha.ch | 2022-10-20 19:24:54 +0200 |
---|---|---|
committer | Andreas Fankhauser hiddenalpha.ch | 2022-10-20 19:24:54 +0200 |
commit | e9b540780d60f58fbe162b80c85653d78ab1906a (patch) | |
tree | 854f25993b111113b3979972e8dcb08188354390 /configure | |
parent | d39b470dd9d746c191814b813e15c87e80647ce1 (diff) | |
download | bulk-ln-e9b540780d60f58fbe162b80c85653d78ab1906a.zip bulk-ln-e9b540780d60f58fbe162b80c85653d78ab1906a.tar.gz |
Enhance docker-build doc for debian
- Older OS release for better portability
- Add hint about musl libc
- Use apt-get over apt cmd to fix api warnings
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -83,7 +83,8 @@ printMakefile () { printf '%s' ' -Wno-error=unused-function -Wno-error=unused-label' printf '%s' ' -Wno-error=unused-variable -Wno-error=unused-parameter' printf '%s' ' -Wno-error=unused-const-variable' - printf '%s' ' -Werror=implicit-fallthrough=1' + # Not supported by debian 9 and older + #printf '%s' ' -Werror=implicit-fallthrough=1' printf '%s' ' -Wno-error=unused-but-set-variable' printf '%s' ' -Wno-unused-function -Wno-unused-parameter' printf '%s\n' ' -DPROJECT_VERSION=$(PROJECT_VERSION)' |