From b51edc03f4861630f0879658db6dbd0a770c8c81 Mon Sep 17 00:00:00 2001 From: Jeroen Meijer Date: Tue, 19 Jun 2018 19:20:39 +0200 Subject: [PATCH] Update flag for static linking in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d2d6ad9c..9e967ac5f 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ If you want to configure LTSmin to statically link binaries, LTSmin needs to run `pkg-config` with the `--static` flag. This will resolve additional flags required for static linking, e.g.: - $ ./configure PKG_CONFIG="$(which pkg-config) --static" + $ ./configure --enable-pkgconf-static #### make targets