asymptote: BUILD_DEPENDS on ncurses-static and readline-static

asymptote tries to link against libtinfo and libreadline by using
linker commands like -Wl,-Bstatic -lreadline -Wl,-Bdynamic, which
means that asymptote needs the libs during build, but not runtime.
This commit is contained in:
Henrik Grimler 2022-08-11 09:54:02 +02:00
parent df75dae41f
commit fd897719b6
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ TERMUX_PKG_SRCURL=(https://downloads.sourceforge.net/asymptote/asymptote-${TERMU
https://github.com/g-truc/glm/archive/${TERMUX_PKG_VERSION[1]}.tar.gz)
TERMUX_PKG_SHA256=(9a15dd89c57d15826f51b0fcb93e3956a603f77941bc50acdc71281ea0f00f18
7d508ab72cb5d43227a3711420f06ff99b0a0cb63ee2f93631b162bfe1fe9592)
TERMUX_PKG_DEPENDS="libc++, libtirpc, ncurses, readline, zlib"
TERMUX_PKG_DEPENDS="libc++, libtirpc, zlib"
TERMUX_PKG_BUILD_DEPENDS="ncurses-static, readline-static"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-gc