summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-02-28 17:53:51 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-02-28 17:53:51 +0100
commit4567042b5145b097c962499f26511aa5106f0e60 (patch)
tree57268aa9c2d7b455eeecd5e92b5ec58b7c7a3cc6 /README.md
parentb251f26261309c933a43c863f81227219a9e8355 (diff)
Add Makefile flag to disable version sorting on C libraries without strverscmp
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 328897a..7848158 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,7 @@ Available flags are:
| exif | 0 | Builtin EXIF tag display support |
| help | 0 | include help text (refers to the manpage otherwise) |
| stat64 | 0 | Support CIFS shares from 64bit hosts on 32bit machines |
+| verscmp | 1 | Support naturing sorting (`--version-sort`). Requires a GNU-compatible libc exposing `strverscmp` |
| xinerama | 1 | Support Xinerama/XRandR multiscreen setups |
So, by default **libcurl** and **Xinerama** are enabled, the rest is disabled.