Skip to content

Commit

Permalink
Fix documentation type WITH_DNS_SRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed May 5, 2017
1 parent 7c0e8fd commit b92ffec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Broker:
- Fix unitialized memory in gets_quiet on Windows. Closes #426.
- Fix building with WITH_ADNS=no for systems that don't use glibc. Closes
#415.
- Fixes to readme.md.

1.4.11 - 20170220
=================
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ already be built. Use `make binary` to skip building the man pages, or install

### Build Dependencies

* c-ares (libc-ares-dev on Debian based systems) - disable with `make WITH_DNS_SRV=no`
* c-ares (libc-ares-dev on Debian based systems) - disable with `make WITH_SRV=no`
* libuuid (uuid-dev) - disable with `make WITH_UUID=no`
* libwebsockets (libwebsockets-dev) - enable with `make WITH_WEBSOCKETS=yes`
* openssl (libssl-dev on Debian based systems) - disable with `make WITH_TLS=no`
Expand Down

0 comments on commit b92ffec

Please sign in to comment.