fixed OpenSC compilation

This commit is contained in:
Frank Morgner
2019-01-04 23:37:32 +01:00
parent d40b203774
commit cd31ed38b9

View File

@@ -56,9 +56,9 @@ before_script:
- git clone https://github.com/frankmorgner/OpenSC
- cd OpenSC && autoreconf -vsi
- if [ -z "$HOST" ]; then
./configure --prefix=$PREFIX || cat config.log;
./configure --prefix=$PREFIX --with-completiondir=/tmp || cat config.log;
else
./configure --prefix=$PREFIX --host=$HOST || cat config.log;
./configure --prefix=$PREFIX --with-completiondir=/tmp --host=$HOST || cat config.log;
fi
- make install
# Configure virtualsmartcard