Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-25 | depends: disable reduced exports for debug builds | Cory Fields | |
Some debug options may not be compatible. | |||
2014-09-25 | depends: add docs for debug | Cory Fields | |
2014-09-25 | depends: make LDFLAGS act like the other flags | Cory Fields | |
2014-09-25 | depends: give miniupnpc cppflags | Cory Fields | |
2014-09-25 | depends: teach qt to honor debug/release | Cory Fields | |
This means it also needs to honor our flags, so patch them in as necessary. | |||
2014-09-25 | depends: boost: build for debug or release as requested | Cory Fields | |
Also hook up cppflags there, which was missing before. | |||
2014-09-25 | depends: make sure openssl sees cppflags | Cory Fields | |
2014-09-25 | depends: add debug/release flags for linux/osx/win | Cory Fields | |
Linux and mingw enable libstdc++ debugging for extra runtime checks. OSX doesn't play nice, so don't enable it there. | |||
2014-09-25 | depends: add the debug/release concept to depends | Cory Fields | |
2014-09-16 | depends: respect CPPFLAGS when configuring with depends | Cory Fields | |
2014-09-08 | qt: fix tablet crash. closes #4854. | Cory Fields | |
This backports the relevant parts of: https://codereview.qt-project.org/#/c/82689/ | |||
2014-09-04 | depends: fix typo in source downloading. Regression from c897b1e732. | Cory Fields | |
Some sources are renamed after download, since the filenames don't play nice with (for example) gitian. This fixes the rename. Needed for OSX build as it renames a file. | |||
2014-09-01 | Merge pull request #4767 | Wladimir J. van der Laan | |
b144a74 depends: bump miniupnpc to 1.9.20140701. (Cory Fields) f628127 depends: bump openssl to 1.0.1i (Cory Fields) 9f7f504 build: add -DMINIUPNP_STATICLIB for new version (Cory Fields) | |||
2014-08-27 | depends: add sensible download timeout/retry values | Cory Fields | |
2014-08-27 | depends: bump miniupnpc to 1.9.20140701. | Cory Fields | |
This is the forward-port of a9c6eef915ee264ccf4169d5e8769a6be1fa101a | |||
2014-08-26 | depends: bump openssl to 1.0.1i | Cory Fields | |
This is the forward-port of bba01750226745d6666d587cabe57c321fde0875. | |||
2014-08-22 | depends: add a fallback path in case package sources go missing | Cory Fields | |
If a source url fails to download, try again at $FALLBACK_DOWNLOAD_PATH/file.name, where FALLBACK_DOWNLOAD_PATH can be overridden by the user. | |||
2014-08-15 | build: add funcs.mk to the list of meta-depends | Cory Fields | |
If anything in funcs.mk changes, everything must rebuild | |||
2014-08-15 | depends: fix shasum on osx < 10.9 | Cory Fields | |
Shasum verification from stdin doesn't work there, so we write to a file instead. Formatted a bit too. | |||
2014-08-08 | depends: add shared dependency builder | Cory Fields | |
See the README's in depends for documentation |