After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 334109 - pkg-config files must link with the same check library than GStreamer
pkg-config files must link with the same check library than GStreamer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-10 09:59 UTC by Loïc Minier
Modified: 2006-03-21 13:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use the configured check library in the pkgconfig files (1.27 KB, patch)
2006-03-10 09:59 UTC, Loïc Minier
committed Details | Review

Description Loïc Minier 2006-03-10 09:59:05 UTC
Hi,

GStreamer now properly checks for libcheck_pic.a before libcheck.a under Debian and Ubuntu systems, but the pkg-config files hardcode "-lcheck".

I'll attach a patch which switch to @CHECK_LIBS@ in the pkg-config files.

Cheers,
Comment 1 Loïc Minier 2006-03-10 09:59:42 UTC
Created attachment 61025 [details] [review]
Use the configured check library in the pkgconfig files
Comment 2 Tim-Philipp Müller 2006-03-21 13:56:21 UTC
Committed, thanks!

 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>

       Patch by: Loïc Minier  <lool + gnome at via dot ecp dot fr>

       * pkgconfig/gstreamer-check-uninstalled.pc.in:
       * pkgconfig/gstreamer-check.pc.in:
         Use @CHECK_LIBS@ here instead of hard-coding -lcheck (#334109).