Fix build of old glibc with default-pie gcc
This commit is contained in:
parent
869e257511
commit
f83799c36f
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ CT_GLIBC_HAS_OBSOLETE_RPC=y
|
|||
CT_GLIBC_EXTRA_CONFIG_ARRAY="--with-pic"
|
||||
CT_GLIBC_CONFIGPARMS=""
|
||||
# CT_GLIBC_ENABLE_DEBUG is not set
|
||||
CT_GLIBC_EXTRA_CFLAGS="-fPIC -DPIC"
|
||||
CT_GLIBC_EXTRA_CFLAGS="-fPIC -DPIC -no-pie"
|
||||
CT_GLIBC_ENABLE_OBSOLETE_RPC=y
|
||||
# CT_GLIBC_ENABLE_FORTIFIED_BUILD is not set
|
||||
# CT_GLIBC_DISABLE_VERSIONING is not set
|
||||
|
|
Loading…
Reference in a new issue