martinrotter / rssguard

Feed reader (and podcast player) which supports RSS/ATOM/JSON and many web-based feed services.
GNU General Public License v3.0
1.44k stars 120 forks source link

Use the same library search path as the install path on Unix platforms #1412

Closed igrekster closed 1 month ago

igrekster commented 1 month ago

Some distributions use lib64 for shared libraries. This breaks the plugin search logic.

Added a -D define to use the same path as is configured by CMake.

martinrotter commented 1 month ago

Yes, thanks, that is a good point.