termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.34k stars 3.08k forks source link

chore(main/graphviz): Fix libtool warnings about linking with static library #22212

Closed Biswa96 closed 1 week ago

Biswa96 commented 1 week ago

This replaces previous workaround in 1b126e9572100f9c2f92903c26c51bf7ef56aac8 commit because it produces the following warning.

Warning: Linking the shared library libcgraph.la against the static library NDK/lib/clang/18/lib/linux/libclang_rt.builtins-aarch64-android.a is not portable!

The warning is explained here https://stackoverflow.com/a/8352756