Changeset 203eb87 in OpenSC


Ignore:
Timestamp:
06/07/11 13:06:41 (12 months ago)
Author:
martin <martin@…>
Branches:
master, staging
Children:
7cc559e
Parents:
b422872
git-author:
martin <martin@…> (06/07/11 13:06:41)
git-committer:
martin <martin@…> (06/07/11 13:06:41)
Message:

MacInstaller: when building the engine on 10.6, extent the pkg-config search path with freshly built libp11 location instead of replacing the path.

git-svn-id:  https://www.opensc-project.org/svnp/opensc/trunk@5559 c6295689-39f2-0310-b995-f0e70906c6a9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MacOSX/build-package.in

    rf2da113 r203eb87  
    7676        git checkout origin/martin 
    7777        test -x configure || ./bootstrap 
    78         PKG_CONFIG_PATH=${BUILDPATH}/build/lib/pkgconfig ./configure --disable-dependency-tracking --prefix=/Library/OpenSC && make 
     78        PKG_CONFIG_PATH=${BUILDPATH}/build/lib/pkgconfig:${PKG_CONFIG_PATH} ./configure --disable-dependency-tracking --prefix=/Library/OpenSC && make 
    7979        make install DESTDIR=${BUILDPATH}/target) 
    8080fi 
Note: See TracChangeset for help on using the changeset viewer.