summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Expand)AuthorAgeFilesLines
* Correct slight logic error in processing IF in build.infoRichard Levitte2016-03-091-1/+1
* Comment away the extra checks in ConfigureRichard Levitte2016-03-091-5/+5
* In build.info, an IF within a clause that's skipped over shouldn't applyRichard Levitte2016-03-091-1/+7
* Remove the old threading APIMatt Caswell2016-03-091-1/+0
* Don't check the conditions to build e_afalg if configured "no-engine"Richard Levitte2016-03-091-14/+16
* Have Configure display the value of SHARED_CFLAGRichard Levitte2016-03-091-0/+1
* Check gcc version to see if it supports -MM and friendsRichard Levitte2016-03-091-1/+5
* Add the configure option 'no-makedepend'Richard Levitte2016-03-091-5/+13
* Add the Configure option --classic, to fall back on classic build schemesRichard Levitte2016-03-081-1/+23
* Revert "unified build scheme: Try to nudge users to try the "unified" build"Richard Levitte2016-03-081-49/+1
* Fix building without multiblock supportMatt Caswell2016-03-081-0/+1
* Unified - Add the build.info command OVERRIDE, to avoid build file clashesRichard Levitte2016-03-071-1/+10
* Unified - Add the build.info command GENERATE, to generate source filesRichard Levitte2016-03-071-0/+18
* Misc afalg build fixesMatt Caswell2016-03-071-4/+7
* Rework based on feedback:clucey2016-03-071-1/+5
* ALG: Add AFALG engineclucey2016-03-071-0/+13
* Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte2016-03-051-6/+6
* Disable SSLv3 by defaultKurt Roeckx2016-03-041-0/+2
* Don't build RC4 ciphersuites into libssl by defaultMatt Caswell2016-03-041-12/+17
* Restore the zlib / zlib-dynamic logicRichard Levitte2016-03-041-0/+5
* Don't copy from %target to %config so much, see %config as a complementRichard Levitte2016-03-021-15/+17
* Configure - Get rid of the special thread_cflag, replace with thread_schemeRichard Levitte2016-03-021-37/+52
* Configure - get rid of the special debug_ and release_ settingsRichard Levitte2016-03-021-22/+7
* Minimize copied config settingsRichard Levitte2016-03-021-8/+2
* Configure - move the addition of the zlib / libz lib to configsRichard Levitte2016-03-021-21/+1
* Configure - Rename BASE to DEFAULTS and add a few inheritable BASEsRichard Levitte2016-03-021-7/+4
* Configure - Allow CODErefs and ARRAYrefs in configuration setting arraysRichard Levitte2016-03-021-19/+43
* Configure - make the use of environment variables for overrides consistentRichard Levitte2016-03-021-15/+6
* Make uplink auxiliary source separate from cpuid sourceRichard Levitte2016-03-021-0/+2
* Unified - have configdata.pm depend on a few more thingsRichard Levitte2016-03-011-0/+3
* Remove last remains of old config stringsRichard Levitte2016-02-271-5/+0
* Apply default after having checked the given config target is validRichard Levitte2016-02-271-1/+4
* Make the table entry printer in Configure aware of ARRAYsRichard Levitte2016-02-261-2/+12
* Forgotten change of add() call in ConfigureRichard Levitte2016-02-261-1/+1
* Configure - neater looking add() and add_before()Richard Levitte2016-02-261-2/+10
* Add OPENSSL_PIC backRichard Levitte2016-02-221-0/+4
* Remove unused parameters from internal functionsRich Salz2016-02-221-3/+3
* The build files use %disabled, make sure to pass it to themRichard Levitte2016-02-221-1/+1
* Partial revert of 1288f26 and fix for no-asyncMatt Caswell2016-02-221-1/+1
* Clean away $no_dso since with have $disabled{dso}Richard Levitte2016-02-221-3/+2
* Clean away $no_asm since with have $disabled{asm}Richard Levitte2016-02-221-7/+5
* Clean away $no_rfc3779 since we don't appear to use it at allRichard Levitte2016-02-221-1/+0
* Clean away $zlib since with have $disabled{zlib}Richard Levitte2016-02-221-3/+2
* Clean away $no_threads since we have $disabled{threads}Richard Levitte2016-02-221-4/+3
* Clean away $config{no_shared} since we have $disabled{shared}Richard Levitte2016-02-221-5/+4
* Expose %disables to the perl fragments in build.info files.Richard Levitte2016-02-221-14/+15
* Fix a few typosRichard Levitte2016-02-221-1/+1
* Get back "ssl2" as a deprecated disablable optionRichard Levitte2016-02-221-1/+16
* Introduce the "pic" / "no-pic" config optionRichard Levitte2016-02-221-6/+27
* Use $disabled{"dynamic-engine"} internallyRichard Levitte2016-02-221-10/+10