Re: A lib32-elogind glitch
Reply #1 –
Hi mogs,
After comparing PKGBUILD's for elogind and lib32-elogind, i found that indeed lib32-elogind doesnt provide /usr/lib32/pkgconfig/libsystemd.pc.
But, it is easily fixable, since /usr/lib/pkgconfig/libsystemd.pc is really only a soft link to libelogind.pc.
I will fix it so it will provide it by default, but for now you can just do
ln -sfv /usr/lib32/pkgconfig/libelogind.pc /usr/lib32/pkgconfig/libsystemd.pc
to circumvent that problem, since this is literally what elogind package does while installing.
Cheers,
duck