summary refs log tree commit diff
path: root/configure (follow)
Commit message (Collapse)AuthorAge
* Define explicit_bzero using memset_s on macOSJune McEnroe2020-08-01
|
* Use RAND_bytes instead of arc4random_bufJune McEnroe2020-07-31
| | | | | This adds an actual dependency on libcrypto, but removes a dependency on BSD (or LibreSSL libcrypto specifically).
* Rewrite configure script for all platformsJune McEnroe2020-07-24
|
* Rewrite build and install to be more amenable to packagingJune McEnroe2020-05-19
| | | | Hopefully. Trying to write a FreeBSD port against this.
* Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20
|
* Use one line for each CFLAGS addition 1.2June McEnroe2020-03-03
| | | | This should make it easier to modify if needed.
* Clean up configure script a bitJune McEnroe2020-03-02
| | | | I still hate that any of this is necessary...
* Replace .mk files with configure scriptJune McEnroe2020-03-01
Copied and expanded from catgirl.