Try using equery-amd64-usr f <package> | grep '.la'
to see if the .la files are in the package to begin with. If they're not, check the use flags (equery-amd64-usr u <package>) and make sure they're not being compile time disabled from some use flag. Hope that helps, - Andrew On Wed, Mar 13, 2019 at 9:04 AM <[email protected]> wrote: > > Hi, > > I'm trying to add some custom software to the Container Linux image, but > there is a problem – no .la files are installed in /usr/lib64/soft/plugins/. > It isn't about INSTALL_MASK (even tried to comment out .la handling from > cores-overlay/profiles/coreos/base/make.defaults) or libtool file pruning. I > tried to import some software from Gentoo using .la files for plugins > (imagemagick for example) for testing and all .la files are removed from > these as well. > > Does someone have idea why it's happening and how I can fix this? > > > Regards, > > -- > Marek Svent
