mirror of
https://github.com/termux-pacman/glibc-packages.git
synced 2025-08-24 04:22:26 +00:00
- updated to 2.41 - added the glibc32 subpackage - updated fakesyscall handling scheme - moved all disabled syscalls to fakesyscall list - added new syscalls to fakesyscall list - disabled removal of old locales in `locale-gen` - implemented syslog function, which is configured to work with the android log system - implemented analog variables `LD_*` to customize glibc environment without affecting bionic environment ('GLIBC_LD_*') - improved source code for flexible glibc compilation
14 lines
308 B
Bash
14 lines
308 B
Bash
TERMUX_SUBPKG_DESCRIPTION="GNU C Library (32-bit)"
|
|
TERMUX_SUBPKG_DEPENDS="glibc"
|
|
TERMUX_SUBPKG_EXCLUDED_ARCHES="arm, i686"
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
glibc/bin/ld32.so
|
|
glibc/bin/ldd32
|
|
glibc/bin/ldconfig32
|
|
glibc/bin/getconf32
|
|
glibc/lib32/
|
|
glibc/lib/ld-linux-armhf.so.3
|
|
glibc/lib/ld-linux.so.2
|
|
glibc/include32/
|
|
"
|