You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Debian's got closed as the package was renamed, but the report still appears to be essentially valid). I am not exactly an expert, but as I understand it the Libs: line shouldn't list all the flags needed to compile pion itself, but only the flags needed to build against pion, which should be just -L${libdir} -lpion. pion's idea of appropriate Cflags for compiling pion itself also probably shouldn't be in the pkgconfig file.
A patch for this was added to Fedora during package review. Re-diffing it for pion 5.0.7, I get this:
Both Fedora and Debian have reports indicating that pion's pkgconfig file has issues:
https://bugzilla.redhat.com/show_bug.cgi?id=754975#c3
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678508
(Debian's got closed as the package was renamed, but the report still appears to be essentially valid). I am not exactly an expert, but as I understand it the Libs: line shouldn't list all the flags needed to compile pion itself, but only the flags needed to build against pion, which should be just
-L${libdir} -lpion
. pion's idea of appropriate Cflags for compiling pion itself also probably shouldn't be in the pkgconfig file.A patch for this was added to Fedora during package review. Re-diffing it for pion 5.0.7, I get this:
The text was updated successfully, but these errors were encountered: