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

setup: support build on OpenBSD #67

Closed
wants to merge 2 commits into from
Closed

setup: support build on OpenBSD #67

wants to merge 2 commits into from

Conversation

giovanifss
Copy link

Hello,

I'm porting pyscard to OpenBSD and would like to contribute the patch.

This is all that is needed for pyscard to build correctly. Do you have other requirements (like documentation/INSTALL.md update)?

cc @rickard-von-essen

@coveralls
Copy link

coveralls commented Nov 21, 2018

Coverage Status

Coverage remained the same at 24.664% when pulling 278dc85 on giovanifss:master into db918c6 on LudovicRousseau:master.

@LudovicRousseau
Copy link
Owner

Thanks for the patch.
A more flexible solution would be to just use:

platform_include_dirs = ['/usr/include/PCSC', '/usr/local/include/PCSC']

Does this proposal work for you on OpenBSD?

@rickard-von-essen
Copy link

Also this is not OpenBSD specific /usr/local/include/PCSC is applicable to all BSD's.

@giovanifss
Copy link
Author

@LudovicRousseau Yes, I have updated! Thanks

@rickard-von-essen Cool 👍

LudovicRousseau added a commit that referenced this pull request Nov 22, 2018
Add /usr/local/include/PCSC in platform_include_dirs

Thanks to Giovani Silva for the bug report
#67
@LudovicRousseau
Copy link
Owner

Fixed in f856f6e
Thanks

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

Successfully merging this pull request may close these issues.

None yet

4 participants