Procursus icon indicating copy to clipboard operation
Procursus copied to clipboard

[BerkeleyDB] fix bug in autotools

Open Cryptiiiic opened this issue 1 year ago • 0 comments

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)?

Cryptiiiic avatar Apr 10 '23 07:04 Cryptiiiic