summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2022-10-20 19:24:54 +0200
committerAndreas Fankhauser hiddenalpha.ch2022-10-20 19:24:54 +0200
commite9b540780d60f58fbe162b80c85653d78ab1906a (patch)
tree854f25993b111113b3979972e8dcb08188354390 /configure
parentd39b470dd9d746c191814b813e15c87e80647ce1 (diff)
downloadbulk-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-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index fb6253b..e15b0b7 100755
--- a/configure
+++ b/configure
@@ -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)'