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

gentoo linux #71

Open
univerz opened this issue Jun 9, 2021 · 0 comments
Open

gentoo linux #71

univerz opened this issue Jun 9, 2021 · 0 comments

Comments

@univerz
Copy link

univerz commented Jun 9, 2021

to build on gentoo linux i had to make these changes (just hacks without deeper understanding) to mongoc-sys/build.rs

83c83
<     println!("cargo:rustc-link-search=native={}/usr/local/lib", &out_dir.to_string_lossy());
---
>     println!("cargo:rustc-link-search=native={}/usr/local/lib64", &out_dir.to_string_lossy());
86a87,88
>     println!("cargo:rustc-link-lib=zstd");
>     println!("cargo:rustc-link-lib=snappy");
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

1 participant