aboutsummaryrefslogtreecommitdiff
path: root/Configure
AgeCommit message (Expand)AuthorFilesLines
2016-03-08Add the Configure option --classic, to fall back on classic build schemesRichard Levitte1-1/+23
2016-03-08Revert "unified build scheme: Try to nudge users to try the "unified" build"Richard Levitte1-49/+1
2016-03-08Fix building without multiblock supportMatt Caswell1-0/+1
2016-03-07Unified - Add the build.info command OVERRIDE, to avoid build file clashesRichard Levitte1-1/+10
2016-03-07Unified - Add the build.info command GENERATE, to generate source filesRichard Levitte1-0/+18
2016-03-07Misc afalg build fixesMatt Caswell1-4/+7
2016-03-07Rework based on feedback:clucey1-1/+5
2016-03-07ALG: Add AFALG engineclucey1-0/+13
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte1-6/+6
2016-03-04Disable SSLv3 by defaultKurt Roeckx1-0/+2
2016-03-04Don't build RC4 ciphersuites into libssl by defaultMatt Caswell1-12/+17
2016-03-04Restore the zlib / zlib-dynamic logicRichard Levitte1-0/+5
2016-03-02Don't copy from %target to %config so much, see %config as a complementRichard Levitte1-15/+17
2016-03-02Configure - Get rid of the special thread_cflag, replace with thread_schemeRichard Levitte1-37/+52
2016-03-02Configure - get rid of the special debug_ and release_ settingsRichard Levitte1-22/+7
2016-03-02Minimize copied config settingsRichard Levitte1-8/+2
2016-03-02Configure - move the addition of the zlib / libz lib to configsRichard Levitte1-21/+1
2016-03-02Configure - Rename BASE to DEFAULTS and add a few inheritable BASEsRichard Levitte1-7/+4
2016-03-02Configure - Allow CODErefs and ARRAYrefs in configuration setting arraysRichard Levitte1-19/+43
2016-03-02Configure - make the use of environment variables for overrides consistentRichard Levitte1-15/+6
2016-03-02Make uplink auxiliary source separate from cpuid sourceRichard Levitte1-0/+2
2016-03-01Unified - have configdata.pm depend on a few more thingsRichard Levitte1-0/+3
2016-02-27Remove last remains of old config stringsRichard Levitte1-5/+0
2016-02-27Apply default after having checked the given config target is validRichard Levitte1-1/+4
2016-02-26Make the table entry printer in Configure aware of ARRAYsRichard Levitte1-2/+12
2016-02-26Forgotten change of add() call in ConfigureRichard Levitte1-1/+1
2016-02-26Configure - neater looking add() and add_before()Richard Levitte1-2/+10
2016-02-22Add OPENSSL_PIC backRichard Levitte1-0/+4
2016-02-22Remove unused parameters from internal functionsRich Salz1-3/+3
2016-02-22The build files use %disabled, make sure to pass it to themRichard Levitte1-1/+1
2016-02-22Partial revert of 1288f26 and fix for no-asyncMatt Caswell1-1/+1
2016-02-22Clean away $no_dso since with have $disabled{dso}Richard Levitte1-3/+2
2016-02-22Clean away $no_asm since with have $disabled{asm}Richard Levitte1-7/+5
2016-02-22Clean away $no_rfc3779 since we don't appear to use it at allRichard Levitte1-1/+0
2016-02-22Clean away $zlib since with have $disabled{zlib}Richard Levitte1-3/+2
2016-02-22Clean away $no_threads since we have $disabled{threads}Richard Levitte1-4/+3
2016-02-22Clean away $config{no_shared} since we have $disabled{shared}Richard Levitte1-5/+4
2016-02-22Expose %disables to the perl fragments in build.info files.Richard Levitte1-14/+15
2016-02-22Fix a few typosRichard Levitte1-1/+1
2016-02-22Get back "ssl2" as a deprecated disablable optionRichard Levitte1-1/+16
2016-02-22Introduce the "pic" / "no-pic" config optionRichard Levitte1-6/+27
2016-02-22Use $disabled{"dynamic-engine"} internallyRichard Levitte1-10/+10
2016-02-20Build dynamic engines even if configured "no-shared"Richard Levitte1-17/+30
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-8/+0
2016-02-19Misc small fixes.Richard Levitte1-1/+2
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte1-1/+12
2016-02-19Rethink the uplink / applink storyRichard Levitte1-6/+2
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-13/+0
2016-02-18Remove outdated DEBUG flags.Rich Salz1-1/+1
2016-02-17Remove "experimental" in code and comments, too.Rich Salz1-66/+38