aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/readline.mk (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-11-17Add ARFLAGSHoward Chu1-1/+1
Needed to invoke deterministic mode on some archivers
2019-11-03Fix readline buildHoward Chu1-1/+1
Make sure it links to our libtinfo from our ncurses build. Hardcode some basic terminal descriptions into our libtinfo. Re-enable $HOME/.terminfo support to allow user customization. Use unlikely terminfo-dir, to prevent accidentally using differently-configured system databases.
2019-09-07depends: attempt to fix readlineiDunk54001-1/+4
Make readline actually compile, and make ncurses use existing terminfo data (if available).
2019-06-25Add ncurses package for linux and darwin readlineTheCharlatan1-6/+6
Readline support is now compiled with the ncurses backend.
2019-02-23Various speedups to depends and TravisTheCharlatan1-7/+3
Further speedups to icu compilation, it is faster to run the pre-generated configure scripts. Ensure that the native protobuf installation only generates the required libraries and binaries. Disable qt compilation when running travis on windows. Qt is used for lrelease, the travis recipe instead usese the a local installation of lrelease. Remove various packages and options from the travis recipe. Update Readline to version 8.0. The previously used url 404'd sometimes, use the official gnu ftp server instead. Remove unused cmake config.
2018-09-10Modify depends for monero's dependenciesTheCharlatan1-0/+33
Add readline, ldns, graphviz, unbound to depends packages Add a cmake toolchain file to depends that is uniquely created for every build and placed in triple/share/toolchain.cmake This file is then passed to cmake with -DCMAKE_TOOLCHAIN_FILE=/path/to/triple/share/toolchain.cmake Add the boost locale package to depends In the depends cmake toolchain file, a DEPENDS flag is added to exclude, or change cmake checks done that are required for depends Link miniupnpc and unwind from depends and not external Add libiconv and icu4c to depends, required for mingw32 builds. Headers (winsock) need to be lower case in order to compile on unix systems. This should not affect building on windows.