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

cmake: fixed errors with Android build #867

Merged
merged 2 commits into from
Dec 20, 2012
Merged

Conversation

mfleisz
Copy link
Member

@mfleisz mfleisz commented Dec 20, 2012

Android build used incorrectly mach=i686 and was linking against pthread (not necessary for Android).
Setting BUILD_SHARED_LIBS=OFF and using Monolithic build caused in linker errors because libfreerdp/common/addin.c and channels/client/channels.c defined globals with the same name.

awakecoding added a commit that referenced this pull request Dec 20, 2012
cmake: fixed errors with Android build
@awakecoding awakecoding merged commit c6db430 into FreeRDP:master Dec 20, 2012
ben-cohen added a commit to ben-cohen/FreeRDP that referenced this pull request Sep 8, 2017
This is based on xrdpapi/xrdp-ssh-agent.c from xrdp PR FreeRDP#867.
ben-cohen added a commit to ben-cohen/FreeRDP that referenced this pull request Nov 10, 2017
This is based on xrdpapi/xrdp-ssh-agent.c from xrdp PR FreeRDP#867.
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

2 participants