aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix cross compilationAlexandre Fournier2018-12-211-0/+3
|
* Merge pull request #882 from bsdsx/strndup_compatGilles Chehade2018-12-181-0/+18
|\ | | | | fix strndup
| * fix strndupFreddy DISSAUX2018-10-131-0/+18
| |
* | OpenSMTPD-portable portable is not a thingGilles Chehade2018-10-251-2/+2
| |
* | here's a better option: do not print the summaryGilles Chehade2018-10-251-48/+0
| |
* | remove checks specific to OpenSSLGilles Chehade2018-10-251-86/+0
| |
* | SNI is available in all LibreSSL versionsGilles Chehade2018-10-251-19/+0
| |
* | GCM is available in all LibreSSL versionsGilles Chehade2018-10-251-19/+0
| |
* | dont perform useless checks, either libressl is corretly installed or its notGilles Chehade2018-10-251-76/+1
| |
* | build on ubuntuGilles Chehade2018-10-241-7/+0
| |
* | Update configure.acGilles Chehade2018-10-241-1/+1
|/ | | stop using obsolete SSLeay* references
* cleanup outputGilles Chehade2018-09-021-7/+12
|
* build mail.mboxfileGilles Chehade2018-09-021-0/+1
|
* fix typoFreddy DISSAUX2018-06-181-1/+1
|
* add support of split openbsd-compatFreddy DISSAUX2018-06-171-0/+3
|
* fix buildGilles Chehade2018-05-311-0/+1
|
* build mdaGilles Chehade2018-05-301-0/+4
|
* OpenSMTPD ported to OSXGilles Chehade2018-01-221-0/+3
|
* Update configure.acGilles Chehade2018-01-211-1/+2
| | | add crypt_checkpass to AC_CHECK_FUNCS so we have HAVE_CRYPT_CHECKPASS, while at it fix a message that was incorrect in a comment generated by AC_CHECK_FUNC
* Update configure.acGilles Chehade2018-01-211-0/+1
| | | temporarily handle explicit_bzero both in AC_CHECK_FUNDS so we have HAVE_EXPLICIT_BZERO defined
* check function getpeerucredFreddy DISSAUX2018-01-101-0/+1
|
* check crypt_checkpassFreddy DISSAUX2018-01-081-0/+9
|
* Fix missing prototype warnings for strlcat/strlcpy functions thatEric Faurot2017-08-031-0/+5
| | | | | are linked from libressl but not actually defined on the system. The autoconf file really needs a good cleanup...
* add recallocarray() to compat layerEric Faurot2017-08-031-0/+1
|
* define _DEFAULT_SOURCE to suppress deprecation warnings with glibc > 2.18Eric Faurot2017-08-021-1/+1
|
* add freezero() to compat layerEric Faurot2017-08-021-0/+1
|
* check declaration of SSL_OP_NO_CLIENT_RENEGOTIATIONFreddy DISSAUX2017-06-041-0/+3
|
* fix implicit declaration of function 'printf'Freddy DISSAUX2017-03-211-1/+1
|
* fix musl compatibility (missing function prototypes)Samuel Holland2017-01-111-0/+1
| | | | | | | | | inet_net_pton is already compiled, but no prototype is provided. res_hnok is provided by the compatibility layer in libasr. These fixes avoid warnings about implicit function declaration. Fixes #758
* Merge branch 'portable' into getlineGilles Chehade2017-01-081-1/+17
|\
| * Merge branch 'portable' into check_errcGilles Chehade2017-01-081-1/+8
| |\
| | * check for explicit_bzero supportFreddy DISSAUX2017-01-081-1/+8
| | |
| * | check for errc functionFreddy DISSAUX2017-01-071-0/+9
| |/
* / check for getline functionFreddy DISSAUX2017-01-071-0/+9
|/
* fix LOG_PERROR if not existsFreddy DISSAUX2016-12-221-0/+4
|
* typoFreddy DISSAUX2016-12-091-1/+1
|
* flockFreddy DISSAUX2016-12-091-1/+10
| | | | | There is no openbsd-compat/flock.c. Add test/check support for packagers/mainteners
* check if closefrom return void or intFreddy DISSAUX2016-12-081-1/+17
|
* functions already checked with AC_SEARCH_LIBSFreddy DISSAUX2016-12-061-2/+0
|
* Fix tabs/spaces, build functionFreddy DISSAUX2016-10-081-49/+98
| | | | Don't build function in compat if system support it
* fix format long intFreddy DISSAUX2016-09-241-2/+2
|
* On Solaris, inet_aton and inet_ntoa require '-lsocket -lnsl'.Freddy DISSAUX2016-09-241-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | configure.ac can't find this functions: ... checking for inet_ntoa... no checking for inet_ntop... no ... Libraries: -lz -lcrypto -lssl -levent -lasr -lsocket -lfts -lrt -lresolv Add "--with-libs='-lnsl'" don't fix: ... checking for inet_ntoa... no checking for inet_ntop... no ... Libraries: -lz -lcrypto -lssl -levent -lasr -lsocket -lfts -lrt -lresolv -lnsl Because --with-libs is check too late. Move it before 'AC_SEARCH_LIBS' fix the problem: ... checking for inet_ntoa... yes checking for inet_ntop... yes ... Libraries: -lz -lcrypto -lssl -levent -lasr -lsocket -lfts -lrt -lresolv -lnsl
* Merge pull request #723 from bsdsx/use_testGilles Chehade2016-09-241-74/+61
|\ | | | | fix test usage:
| * fix test usage:Freddy DISSAUX2016-09-241-74/+61
| | | | | | | | | | | | - remove extra space before ';' - use '-a' instead ' && test ' - remove useless 'x' when $withval is not empty
* | check if struct DIR have d_typeFreddy DISSAUX2016-09-211-0/+4
|/
* add check for PF_LOCALFreddy DISSAUX2016-09-171-1/+1
|
* fix path-pidfileFreddy DISSAUX2016-09-131-4/+44
|
* fix configure.acgilles2016-09-011-1/+1
|
* Merge pull request #710 from Vaelatern/issue_637Gilles Chehade2016-07-051-0/+8
|\ | | | | Allow configure to change where the pidfile goes
| * Allow configure to change where the pidfile goesToyam Cox2016-07-041-0/+8
| |