acxz / pkgbuilds

PKGBUILDs for Arch Linux
25 stars 44 forks source link

[ompl] linking to lz4 (dep of flann) failed #260

Open acxz opened 9 months ago

acxz commented 9 months ago

Original report here: https://aur.archlinux.org/packages/ompl#comment-931468 by @chaotic_bruno

For me ompl stopped compiling because linking to LZ4 (a dependency of flann) failed. I had to add '-DCMAKE_EXE_LINKER_FLAGS="-llz4"' in the PKGBUILD for the build to succeed.

acxz commented 9 months ago

patched with 6de60bd