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

[BerkeleyDB] fix bug in autotools #1380

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Cryptiiiic
Copy link
Collaborator

fix bug in autotools where Thread-Local Storage isn't detected because of undefined identifier 'NULL'

without this, autotools fails with:
conftest.cpp:31:72: error: use of undeclared identifier 'NULL' template __thread T* TLSClass::tlsvar = NULL;

All Submissions

  • Have you made sure there aren't any other open Pull Requests for the same update/change?
  • This Pull Request doesn't contain any package additions; it's a small change (e.g README change)

Package Additions/Updates

  • Have you confirmed this builds & works as intended on an iOS device (if applicable)?
  • Have you confirmed this builds & works as intended on a macOS device (if applicable)?

…e of undefined identifier 'NULL'

without this, autotools fails with:
conftest.cpp:31:72: error: use of undeclared identifier 'NULL' template<typename T>  __thread  T* TLSClass<T>::tlsvar = NULL;
@Cryptiiiic Cryptiiiic changed the title [BerekleyDB] fix bug in autotools [BerkeleyDB] fix bug in autotools Apr 10, 2023
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.

2 participants