aboutsummaryrefslogtreecommitdiff
path: root/depends/config.site.in
Commit message (Collapse)AuthorAgeFilesLines
* [depends] Remove OBJCXX define from config.site.infanquake2017-01-141-1/+0
|
* test: Remove java comparison toolWladimir J. van der Laan2016-08-131-3/+0
|
* depends: allow for CONFIG_SITE to be used rather than stealing prefixCory Fields2016-06-071-15/+17
| | | | | | | This does not break any existing prefix behavior, only makes new behavior work. For example: CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site ./configure --prefix=/
* depends: Pass PYTHONPATH along to configureCory Fields2015-12-221-0/+1
|
* depends: quit exporting in config.siteCory Fields2014-11-181-16/+21
|
* Bugfix: Replace bashisms with standard sh in gitian descriptorsLuke Dashjr2014-10-031-2/+2
|
* depends: disable reduced exports for debug buildsCory Fields2014-09-251-0/+4
| | | | Some debug options may not be compatible.
* depends: make LDFLAGS act like the other flagsCory Fields2014-09-251-1/+5
|
* depends: add the debug/release concept to dependsCory Fields2014-09-251-0/+3
|
* depends: respect CPPFLAGS when configuring with dependsCory Fields2014-09-161-1/+1
|
* depends: add shared dependency builderCory Fields2014-08-081-0/+84
See the README's in depends for documentation