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

LDAP dependency #24

Open
flibitijibibo opened this issue Oct 24, 2016 · 2 comments
Open

LDAP dependency #24

flibitijibibo opened this issue Oct 24, 2016 · 2 comments

Comments

@flibitijibibo
Copy link

I noticed in the CMake files that the project links to OpenLDAP...

https://github.com/goldeneye-source/ges-code/blob/develop/game/CMakeLists.txt#L28

However, I removed this from the link list and the libs appear to compile without any trouble. To verify I also built with -Wl,--no-undefined, and it still linked successfully. Is there something I'm missing or can this be removed from the link line?

@droidmonkey
Copy link
Member

Sweet, it was on there for Python support I guess it's no longer needed. Although been bit before due to needing crazy amount of dependencies to feed python.

@illwieckz
Copy link

That's also making trouble for people running the game on wine: people get wine complaining about missing WLDAP32.dll until they install some libldap sofile, even if it's not needed at all (see this thread as an example).

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