Changeset 073c9da in OpenSC


Ignore:
Timestamp:
12/03/09 07:05:15 (2 years ago)
Author:
aj <aj@…>
Branches:
master, staging
Children:
93a2b39
Parents:
b2c5ab3
git-author:
aj <aj@…> (12/03/09 07:05:15)
git-committer:
aj <aj@…> (12/03/09 07:05:15)
Message:

Thomas Uhle: modify Makefile so configure finds the include files
of PC/SC lite.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • solaris/Makefile

    r0a809dd r073c9da  
    77CONFIGURE_ARGS=--prefix=/usr --sysconfdir=/etc/opensc --mandir=/usr/share/man --enable-pcsc --enable-openct 
    88CONFIG_GUESS=${CONFIGURE_PREFIX}/config.guess 
    9 UNAME_ARCH=/sbin/uname -p 
     9UNAME_ARCH=/usr/bin/uname -p 
    1010PLATFORM = $(CONFIG_GUESS:sh) 
    1111ARCH = $(UNAME_ARCH:sh) 
     
    1414        @echo "Setup platform specific build directory build-${PLATFORM}" 
    1515        mkdir -p build-${PLATFORM} 
    16         ( cd build-${PLATFORM}; CC=cc ${CONFIGURE} ${CONFIGURE_ARGS}; make ) 
     16        ( cd build-${PLATFORM}; CC=cc PCSC_CFLAGS=-I/usr/include/smartcard ${CONFIGURE} ${CONFIGURE_ARGS}; make ) 
    1717 
    1818dist: 
Note: See TracChangeset for help on using the changeset viewer.