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 755707 - [PATCH] fix pkg-config usage
[PATCH] fix pkg-config usage
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2015-09-27 20:04 UTC by Saleem Abdulrasool
Modified: 2015-10-19 17:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-build-fix-pkg-config-spelling.patch (4.09 KB, patch)
2015-09-27 20:04 UTC, Saleem Abdulrasool
committed Details | Review

Description Saleem Abdulrasool 2015-09-27 20:04:31 UTC
Created attachment 312251 [details] [review]
0001-build-fix-pkg-config-spelling.patch

Currently, the configure script hardcodes pig-config as the spelling for pig-config.  However, when cross-compiling, this is not guaranteed.  Use the canonical variable $PKG_CONFIG.
Comment 1 Debarshi Ray 2015-10-01 18:17:06 UTC
Review of attachment 312251 [details] [review]:

Thanks for the patch, Saleem. Looks good to me. I pushed it after adding the URL of this bug to the commit message.