ProcursusTeam / Procursus

Modern *OS Bootstrap
https://apt.procurs.us
BSD Zero Clause License
860 stars 126 forks source link

[BerkeleyDB] fix bug in autotools #1380

Open Cryptiiiic opened 1 year ago

Cryptiiiic commented 1 year ago

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

Package Additions/Updates