Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-10 | CMake: Check for ptsname_r() again | Julian Andres Klode | |
This was dropped in autotools as I found no use of the HAVE_PTSNAME_R macro. Turns out it was typoed as HAVE_PTS_NAME_R. Fix the #ifdef and add checks to CMake for it. Closes: #833674 | |||
2016-08-10 | CMake: Set PACKAGE_MAIL variable | Julian Andres Klode | |
This is needed in a lot of places. Also adjust config.h.in to use it instead of the bare email address. Gbp-Dch: ignore | |||
2016-08-06 | CMake: Add basic CMake build system | Julian Andres Klode | |
Introduce an initial CMake buildsystem. This build system can build a fully working apt system without translation or documentation. The FindBerkelyDB module is from kdelibs, with some small adjustements to also look in db5 directories. Initial work on this CMake build system started in 2009, and was resumed in August 2016. |