wmaker: Rebuild after fix in libandroid-shmem

This commit is contained in:
Tee KOBAYASHI 2022-03-27 23:15:19 +09:00 committed by Yaksh Bariya
parent b9790f357f
commit 68c9db6cf6
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://www.windowmaker.org/
TERMUX_PKG_DESCRIPTION="An X11 window manager that reproduces the look and feel of the NeXTSTEP user interface"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=0.95.9
TERMUX_PKG_REVISION=10
TERMUX_PKG_REVISION=11
TERMUX_PKG_SRCURL=https://github.com/window-maker/wmaker/releases/download/wmaker-${TERMUX_PKG_VERSION}/WindowMaker-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f22358ff60301670e1e2b502faad0f2da7ff8976632d538f95fe4638e9c6b714
TERMUX_PKG_DEPENDS="libandroid-shmem, libxmu, libxft, pango, libtiff, giflib, libxpm, libexif, libwebp, imagemagick"
@ -13,6 +13,8 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--x-libraries=${TERMUX_PREFIX}/lib"
termux_step_pre_configure() {
# `-Wl,--no-as-needed` may not be needed after fix in libandroid-shmem
# by commit 92668b208de7802da97221ace1107c4b5ae6cfc4.
export LIBS="-Wl,--no-as-needed -landroid-shmem"
export LDFLAGS="$LDFLAGS -XCClinker -static-openmp"
}