mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
make-binaries: Set kernel version for all builds
Specify the same min. supported kernel version for builds against musl libc and glibc.
This commit is contained in:
parent
8288774787
commit
8a740d5087
@ -258,6 +258,7 @@ create_common_config()
|
||||
CT_CC_LANG_CXX=y
|
||||
CT_ARCH_64=y
|
||||
CT_KERNEL_LINUX=y
|
||||
CT_LINUX_V_3_16=y
|
||||
CT_LOG_PROGRESS_BAR=n
|
||||
EOF
|
||||
}
|
||||
@ -271,7 +272,6 @@ create_gnu_config()
|
||||
create_common_config "$file"
|
||||
|
||||
cat >>"$file" <<-'EOF'
|
||||
CT_LINUX_V_3_16=y
|
||||
CT_GLIBC_V_2_19=y
|
||||
CT_GLIBC_KERNEL_VERSION_NONE=y
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user