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 695789 - grilo-plugins: don't override pkg-config if there's one already set
grilo-plugins: don't override pkg-config if there's one already set
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
git master
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-13 17:34 UTC by Jonny Lamb
Modified: 2013-03-18 09:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure: don't override pkg-config if there's one already set (933 bytes, patch)
2013-03-13 17:34 UTC, Jonny Lamb
committed Details | Review

Description Jonny Lamb 2013-03-13 17:34:58 UTC
Created attachment 238808 [details] [review]
configure: don't override pkg-config if there's one already set

I wrote a wrapper pkg-config script for a specific build but grilo-pluins overrides my $PKG_CONFIG environment variable in configure.ac so my script isn't used.
Comment 1 Juan A. Suarez Romero 2013-03-18 09:39:45 UTC
commit 552278996ab1c677bf8c87719764845621066296
Author: Jonny Lamb <jonnylamb@gnome.org>
Date:   Wed Mar 13 17:43:13 2013 +0100

    configure: don't override pkg-config if there's one already set
    
    I wrote a wrapper pkg-config script for a specific build but
    grilo-pluins overrides my $PKG_CONFIG environment variable so my
    script isn't used.
    
    Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695789

 configure.ac |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


Attachment 238808 [details] pushed as 5522789 - configure: don't override pkg-config if there's one already set