Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-24 | depends: use macOS 11 SDK with libc++ headers | tobtoht | 1 | -3/+3 | |
2023-09-26 | depends: move cmake system config to hosts files | tobtoht | 5 | -0/+8 | |
2022-05-10 | depends: Package cleanup | Howard Chu | 1 | -1/+1 | |
All patching should be in _preprocess_cmd. config_cmd should just run configure and nothing else before it, otherwise $PATH is broken when it runs. Also remove redundant settings to configure, _autoconf already sets them. We leave explicit AR_FLAGS settings because the builtin rule uses ARFLAGS, and so would leave AR_FLAGS unset otherwise. | |||||
2022-05-09 | Make Mac SDK into a regular depends package | Howard Chu | 1 | -5/+3 | |
2022-05-06 | Update native_cctools for newer SDK support | Howard Chu | 1 | -1/+1 | |
2022-05-04 | Update to MacOSX SDK 11.1, add Mac M1 | Howard Chu | 1 | -3/+8 | |
2019-11-17 | Add ARFLAGS | Howard Chu | 6 | -1/+7 | |
Needed to invoke deterministic mode on some archivers | |||||
2019-11-14 | depends: Add FreeBSD support | Howard Chu | 1 | -0/+17 | |
2019-11-03 | Add Android support | Howard Chu | 1 | -0/+20 | |
2018-09-22 | Fix Darwin Sodium build | TheCharlatan | 1 | -3/+3 | |
Clang needs to get its cctools path passed. | |||||
2018-09-10 | Initial depends addition | TheCharlatan | 4 | -0/+84 | |
Depends cross compiles project dependencies for linux, mac and windows and multiple architectures. Depends is original work by Cory Fields and used in bitcoin and a wide range of bitcoin related projects. |