mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 13:21:03 +00:00
fixes x86_64 because it has lib64 in sysroot...
This commit is contained in:
committed by
Fredrik Fornwall
parent
9a92118f5a
commit
922458df42
@@ -103,6 +103,11 @@ HERE
|
||||
rm $TERMUX_PKG_SRCDIR/hotspot/make/lib/Lib-jdk.hotspot.agent.gmk
|
||||
}
|
||||
termux_step_configure () {
|
||||
if [ $TERMUX_ARCH = "x86_64" ]; then
|
||||
ln -sf $TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr/lib64/libc.so $TERMUX_PKG_TMPDIR/libpthread.so
|
||||
else
|
||||
ln -sf $TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr/lib/libc.so $TERMUX_PKG_TMPDIR/libpthread.so
|
||||
fi
|
||||
ARM64=""
|
||||
if [ $TERMUX_ARCH = aarch64 ]; then
|
||||
export ARM64=" --with-cpu-port=arm64"
|
||||
|
||||
Reference in New Issue
Block a user