Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-15 | Third-party descriptions: be flexible on PKG_CONFIG_PATH | Klaus Aehlig | |
Using only our third-party descriptions, the build is independent of PKG_CONFIG_PATH. However, when combinging our third-party descriptions with dependencies taken from the system via pkg-config there is a dependency of PKG_CONFIG_PATH due to those indirect dependencies. Therefore, allow flexible PKG_CONFIG_PATH to support such a mixed bootstrapping. | |||
2023-02-27 | libcurl: Update to latest v7.88.1 | Paul Cristian Sarbu | |
Main updates to build description: - remove unused defines of type "HAVE_<lib>_H" - add new variables that allow users to set explicitly the presence of some lib symbols - replace most defines of type "HAVE_<lib>" with "USE_<lib>" (to match the flag names) - added GLOBs (where it made sense) for increased maintainability | |||
2023-02-17 | bugfix: export CXX related config_vars on pure C libs that depend on | Alberto Sartori | |
CXX libs | |||
2022-12-21 | External: Add libcurl dependency | Paul Cristian Sarbu | |