aboutsummaryrefslogtreecommitdiff
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* override native arc4random_buf on OS XBrent Cook2014-11-031-0/+4
| | | | | | | | While the native OS X implementation is fork-safe, it does not seed safely, as of the latest released OS X libc sources, version 997.90.3. It only uses weak sources of entropy if accessing /dev/urandom fails. ok beck@ deraadt@
* Improve and simplify function and header detection logic.Brent Cook2014-10-301-76/+21
| | | | | | | | | Simplify autoconf checks by using AC_CHECK_FUNCS/HEADERS. Clarify some ambiguous dependencies around strnlen/strndup. Unconditionally enable pidwraptest for all arc4random implementations. Remove HAVE_VASPRINTF conditional, since asprintf requires vasprintf. ok @doug
* use the correct HOST_OS for the Windows buildBrent Cook2014-10-301-1/+1
| | | | ok doug@
* set various glibc flags that also are useful with mingwBrent Cook2014-10-221-1/+2
| | | | for example, asprintf/vasprintf are unmasked with _GNU_SOURCE in mingw
* include a proper check for memmem when configuring unit testsBrent Cook2014-10-221-0/+5
| | | | This allows the proper compatibility header definition to be exposed.
* ensure compatibility with posix shellBrent Cook2014-08-181-1/+1
| | | | remove bash comparison, thanks kinichiro
* add --disable-asm flag for disabling inline asmBrent Cook2014-08-171-0/+4
| | | | | Surprisingly (or not), a lot of OpenSSL's inline assembly actually makes things slower with a relatively modern compiler (read, gcc >= 4.x).
* allow inline asmBrent Cook2014-08-161-1/+1
| | | | use default of -std=gnu99 for it to be recognized
* set _DEFAULT_SOURCE on linux hostsBrent Cook2014-08-161-1/+1
| | | | this is the replacement for _BSD_SOURCE on newer glibc's
* remove configure.am.tpl, pull in VERSION directlyBrent Cook2014-08-121-0/+184
| | | | from wouter@
* source library version from a common place, speed man buildsBrent Cook2014-07-121-99/+0
| | | | | | | grab library version from VERSION file build manpages only on changes ok beck@
* remove unconditional -WerrorBrent Cook2014-07-111-1/+1
| | | | | | Allow warnings to be reported without failing the entire build. ok beck@
* link -lrt on linux for glibc < 2.17 compatibilityBrent Cook2014-07-111-0/+1
| | | | ok beck@
* prefer symlinks rather than hardlinks for manpagesBrent Cook2014-07-111-1/+0
| | | | ok beck@
* put CPP defines in CPPFLAGSBrent Cook2014-07-111-1/+1
|
* add manpages and linksBrent Cook2014-07-111-0/+1
|
* wording changes and initial stab at crypto man pages.Charlie Root2014-07-111-1/+1
| | | | | still need to get man links working and ssl and apps man pages added.
* bump to version 2.0.0Brent Cook2014-07-101-1/+1
|
* better fix for __bounded removalBrent Cook2014-07-101-8/+3
|
* fix CFLAGS lineCharlie Root2014-07-101-1/+1
|
* deal with bounded attributeBob Beck2014-07-101-0/+8
|
* initial top-level importBrent Cook2014-07-101-0/+95