mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02: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
1 changed files with 0 additions and 1 deletions
|
@ -273,7 +273,6 @@ create_gnu_config()
|
||||||
|
|
||||||
cat >>"$file" <<-'EOF'
|
cat >>"$file" <<-'EOF'
|
||||||
CT_GLIBC_V_2_19=y
|
CT_GLIBC_V_2_19=y
|
||||||
CT_GLIBC_KERNEL_VERSION_NONE=y
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
#.
|
#.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue