summaryrefslogtreecommitdiff
path: root/configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove pounce-editJune McEnroe2023-02-071-1/+0
| | | | | Temporarily? It never got finished and I need to be able to cut new releases of pounce without it.
* Flatten extras to top-level directoryJune McEnroe2022-06-181-0/+6
|
* Remove certbot default pathsC. McEnroe2021-10-051-1/+0
|
* Fix LDADD.crypt on DarwinC. McEnroe2021-06-191-0/+1
|
* Clean up Makefiles, configure scriptsC. McEnroe2021-05-021-13/+11
| | | | | | Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables.
* Add support for OpenBSDC. McEnroe2020-08-271-0/+4
|
* Remove rc scriptsC. McEnroe2020-08-271-1/+0
|
* Replace “RAND_bytes” by “getentropy”Issam E. Maghni2020-08-231-4/+4
| | | | | | This removes the dependency on libcrypto. Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org>
* Use system libcrypto and openssl bin on FreeBSDC. McEnroe2020-08-061-3/+3
|
* Define explicit_bzero using memset_s on macOSC. McEnroe2020-08-011-0/+2
|
* Use RAND_bytes instead of arc4random_bufC. McEnroe2020-07-311-1/+1
| | | | | This adds an actual dependency on libcrypto, but removes a dependency on BSD (or LibreSSL libcrypto specifically).
* Rewrite configure script for all platformsC. McEnroe2020-07-241-19/+49
|
* Rewrite build and install to be more amenable to packagingC. McEnroe2020-05-191-31/+12
| | | | Hopefully. Trying to write a FreeBSD port against this.
* Use . as ${LDLIBS.$@} separatorC. McEnroe2020-04-201-1/+1
|
* Use one line for each CFLAGS additionC. McEnroe2020-03-031-1/+2
| | | | This should make it easier to modify if needed.
* Clean up configure script a bitC. McEnroe2020-03-021-19/+20
| | | | I still hate that any of this is necessary...
* Replace .mk files with configure scriptC. McEnroe2020-03-011-0/+43
Copied and expanded from catgirl.