mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
make-binaries: Omit unnecessary glibc setting
The CT_GLIBC_KERNEL_VERSION_NONE option is about the minimum kernel version supported by the toolchain's glibc. The default is to stick to the version of the kernel headers, which should be just fine.
This commit is contained in:
parent
8a740d5087
commit
0b6cb77b3c
@ -273,7 +273,6 @@ create_gnu_config()
|
||||
|
||||
cat >>"$file" <<-'EOF'
|
||||
CT_GLIBC_V_2_19=y
|
||||
CT_GLIBC_KERNEL_VERSION_NONE=y
|
||||
EOF
|
||||
}
|
||||
#.
|
||||
|
Loading…
Reference in New Issue
Block a user