summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-14 04:49:23 -0500
committerxhe <xhebox@users.noreply.github.com>2018-07-14 18:03:46 +0800
commit0268c3614611d4d84dee4ddaa6fbae45f0be7cea (patch)
treec93f67f993bbaa52e4257ebd4f636213808ad535
parentbe5d98b544ef3d710ebb7c5f12eef83ec7a8102b (diff)
downloadgettext-tiny-0268c3614611d4d84dee4ddaa6fbae45f0be7cea.tar.gz
README: Add LIBINTL=FLAVOR to install command
Without this, libintl will always be compiled for the default NOOP flavour, which does not help when you want =MUSL or =NONE. This tripped us up at Adélie: https://code.foxkit.us/adelie/packages/commit/5d228c9a
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5104f75..d2ef97d 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ additionally, it can be entirely disabled.
```
make LIBINTL=FLAVOR
-make DESTDIR=pkgdir prefix=/ install
+make LIBINTL=FLAVOR DESTDIR=pkgdir prefix=/ install
```
where FLAVOR can be one of NONE, MUSL, NOOP (as detailed above).