mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 01:54:13 +08:00
Leo Yuriev
fa0751771e
lmdb: properly link with librt.so compatibility.
Add '--no-as-needed' to LDFLAGS before -lrt. Otherwise ld may drop dependency to librt.so, and DSO could't be loaded when glibc < 2.17. Change-Id: I06f34958d7efc8c56dd80ce2a55a2b8425e791cd
Description
Mirror of the libmdbx repository
Languages
C
67.8%
C++
24.5%
CMake
4.5%
Makefile
1.6%
Shell
1.1%
Other
0.5%