[libclc] 88/291: Place pkg-config file in $prefix/share/pkgconfig.

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit 8ddebf13fd2a970973cb983c4488a65f46fab9b2
Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Thu Sep 5 23:27:58 2013 +0000

    Place pkg-config file in $prefix/share/pkgconfig.
    
    libclc is ABI-agnostic, and $prefix/lib/pkgconfig causes issues
    on multilib setups. Using $prefix/share/pkgconfig allows us to reuse
    a single libclc build across all system ABIs.
    
    Patch by: Michał Górny
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@190107 91177308-0d34-0410-b5e6-96231b3b80d8
---
 configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.py b/configure.py
index b385fb8..1a98647 100755
--- a/configure.py
+++ b/configure.py
@@ -49,7 +49,7 @@ if not includedir:
 
 pkgconfigdir = options.pkgconfigdir
 if not pkgconfigdir:
-  pkgconfigdir = os.path.join(prefix, 'lib/pkgconfig')
+  pkgconfigdir = os.path.join(prefix, 'share/pkgconfig')
 
 def llvm_config(args):
   try:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list