Closed GoogleCodeExporter closed 9 years ago
In Makefile.am, iksemel.pc directory is given as:
pkgconfigdir=$(libdir)/pkgconfig
This means pc file is installed in pkgconfig dir within the dir containing
actual
libraries. I think this is correct behaviour.
What is the reason of putting it in both lib/ and lib64/ ?
Original comment by meduke...@gmail.com
on 22 Jul 2009 at 8:00
For x86_64 aware programs it's enough
to put it in lib64 only.
But you might want to account for
those who are not (they would still
look for the file in /usr/lib,
just like someone in iksemel
was putting it there).
Maybe soft-link? You decide.
Original comment by petya.ko...@gmail.com
on 22 Jul 2009 at 9:44
This should most likely be handled in packaging, not in the build system.
Original comment by meduke...@gmail.com
on 7 Aug 2009 at 8:37
Where do you suggest to submit
this bugreport, so the bug would be fixed?
Original comment by petya.ko...@gmail.com
on 7 Aug 2009 at 8:41
Original issue reported on code.google.com by
ninjatur...@mail.ru
on 12 Dec 2007 at 1:58