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

Fix #10041, and mostly fix #10010 #11021

Merged
merged 2 commits into from
Apr 29, 2015
Merged

Fix #10041, and mostly fix #10010 #11021

merged 2 commits into from
Apr 29, 2015

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Apr 26, 2015

satisfy cmake in a different way

multilib libgit2 will likely have openssl issues, I blame debian's odd handling of multiarch libraries for making this more complicated than it should be (even with autotools this would likely be a mess), and multilib compilers in the first place just don't work as well as making a separate sysroot and using a cross-compile prefix (e.g. it should be i686-linux-gnu-gcc, not gcc -m32, since the former would let you segregate libraries and tools like i686-linux-gnu-pkg-config better)

tkelman added 2 commits April 26, 2015 10:11
multilib does still confuse cmake when it comes to finding openssl
you will likely need to install libssl-dev:i386
@tkelman tkelman added the building Build system, or building Julia or its dependencies label Apr 26, 2015
@tkelman
Copy link
Contributor Author

tkelman commented Apr 27, 2015

will merge soon if no feedback - this might make #10977 a little easier to deal with

tkelman added a commit that referenced this pull request Apr 29, 2015
@tkelman tkelman merged commit 74a0253 into master Apr 29, 2015
@tkelman tkelman deleted the tk/fix10041 branch April 29, 2015 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant