Procursus
Procursus copied to clipboard
[BerkeleyDB] fix bug in autotools
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<typename T> __thread T* TLSClass<T>::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)?