Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building without openpace but with openssl on Windows #3074

Closed
nshah2588 opened this issue Mar 17, 2024 · 2 comments
Closed

Building without openpace but with openssl on Windows #3074

nshah2588 opened this issue Mar 17, 2024 · 2 comments

Comments

@nshah2588
Copy link

Dear OpenSC team,

We have been able to successfully build OpenSC on Windows but by default the build happens with OpenPACE which we don't support at the moment and want to be able to build with OpenSSL but without OpenPACE.

Can you please guide us on that?

Neel.

@Jakuje
Copy link
Member

Jakuje commented Mar 18, 2024

Does ./configure --disable-openpace solves the issue for you?

@frankmorgner
Copy link
Member

On Windows, you need to adapt Make.rules.mak to your needs (only some parameters are taken from nmake's CLI). However, OpenPACE is disabled by default, so you should not run into any problems:

#OPENPACE_DEF= /DENABLE_OPENPACE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants