[pkg-opensc-commit] [opensc] 05/295: use a user defined PKG_CONFIG_PATH

Eric Dorland eric at moszumanska.debian.org
Sat Jun 24 21:11:10 UTC 2017


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

eric pushed a commit to branch master
in repository opensc.

commit c524930e2b76dfb2470076e2df1b5e922f96fb41
Author: Frank Morgner <frankmorgner at gmail.com>
Date:   Sat Jun 4 01:36:14 2016 +0200

    use a user defined PKG_CONFIG_PATH
    
    closes https://github.com/OpenSC/OpenSC/pull/779
---
 MacOSX/build-package.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MacOSX/build-package.in b/MacOSX/build-package.in
index 55b15fe..c207ad3 100755
--- a/MacOSX/build-package.in
+++ b/MacOSX/build-package.in
@@ -19,7 +19,7 @@ export CFLAGS="$CFLAGS -isysroot $SDK_PATH -arch x86_64 -mmacosx-version-min=10.
 
 export SED=/usr/bin/sed
 PREFIX=/Library/OpenSC
-export PKG_CONFIG_PATH=/usr/lib/pkgconfig
+export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig
 
 if ! pkg-config libcrypto --atleast-version=1.0.1; then
 	# OpenSSL is not installed

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



More information about the pkg-opensc-commit mailing list