about summary refs log tree commit diff
path: root/configure (follow)
Commit message (Collapse)AuthorAge
* Remove pounce-editJune McEnroe2023-02-07
| | | | | 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-18
|
* Remove certbot default pathsJune McEnroe2021-10-05
|
* Fix LDADD.crypt on DarwinJune McEnroe2021-06-19
|
* Clean up Makefiles, configure scriptsJune McEnroe2021-05-02
| | | | | | 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 OpenBSDJune McEnroe2020-08-27
|
* Remove rc scriptsJune McEnroe2020-08-27
|
* Replace “RAND_bytes” by “getentropy”Issam E. Maghni2020-08-23
| | | | | | This removes the dependency on libcrypto. Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org>
* Use system libcrypto and openssl bin on FreeBSD 1.4June McEnroe2020-08-06
|
* 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.