Files
termux-packages/packages/libdart
termux-pacman-bot 85080cb62e fix(main/libdart): add octomap shared library in depdencies
libdart.so depends on liboctomap.so but the build depends on liboctomath.a static library.

$ readelf -d /home/builder/.termux-build/libdart/build/lib/libdart.so | grep octomap
 0x0000000000000001 (NEEDED)             Shared library: [liboctomap.so]
2024-03-23 02:13:46 +00:00
..