- Edited
https://aur.archlinux.org/pkgbase/libjpeg-xl-git
seems our makepkg (or something related) behaves a little differently than standard arch..
specifically, in the case of this PKGBUILD, standard arch doesn't require this option:
seems our makepkg (or something related) behaves a little differently than standard arch..
specifically, in the case of this PKGBUILD, standard arch doesn't require this option:
-DCMAKE_INSTALL_LIBDIR:PATH='/usr/lib'
whereas on obarun, without that option, libs get installed in $pkg/usr/lib64, causing a failure..