#945996 debian patch for libosmocore pkgconfig file removes important compiler flag

Package:
libosmocore
Source:
libosmocore
Description:
Open Source MObile COMmunications CORE library (metapackage)
Submitter:
Eric Wild
Date:
2019-12-02 14:45:06 UTC
Severity:
normal
#945996#5
Date:
2019-12-02 14:34:11 UTC
From:
To:
The patch file 0001-Removed-illegal-pkg-config-directive.patch that was
apparently added to the package in 2015 by the debian package maintainers
removes a compiler flag to make the lintian happy. That flag is
required by other packages using libosmocore, because the strict aliasing
violation happens in the libosmocore headers, and the only way to ensure
that those other packages using libosmocore are using this flag is by
putting it into the pkgconfig file.