Skip to content

sane-backends.pc.in: Don't embed LDFLAGS into libs.private

Zdenek Dohnal requested to merge zdohnal/backends:no_embedded_ldflags into master

If you build sane-backends in an OS buildsystem, LDFLAGS usually contains buildsystem related flags, which are irrelevant outside from the buildsystem and can cause problems.

LDFLAGS in libs.private adds flags which are not required for building sane-backends and can create confusion for people who want to build sane-backends locally.

Merge request reports