On 09/05/2012 06:02 AM, Lluís Batlle i Rossell wrote: > Hello, > > I've been told in #libreoffice-dev that libreoffice uses dlopen for some > libraries: > - librsvg: import SVG > - libsane: Scan > - libebook: I don't know > > I'd be interested in SVG support (or simpress coloured templates don't work). > I > don't have the time to add this, but anybody has a preference on how to make > the soffice binaries (several) find the librsvg and other libs? > - wrapProgram > - patchelf after install
I prefer this one. This is what rpath is for, right? And disabling rpath shrinking means other entries might be there unnecessarily. > - NIX_LDFLAGS and disabling the patchelf rpath shrinking > - ...? > > This letter at least be a note about why the current libreoffice can't import > SVG. > > Regards, > Lluís > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
