From 8ad51477ae73d0462d109d5324c8c539a614b1f9 Mon Sep 17 00:00:00 2001 From: Alin Nastac Date: Fri, 2 Dec 2016 10:12:02 +0100 Subject: [PATCH] libs/libexif: Disable nls Fixes missing @MKINSTALLDIRS@ substitution in po/Makefile. Signed-off-by: Alin Nastac --- libs/libexif/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libexif/Makefile b/libs/libexif/Makefile index c290bddb6c..05883047b1 100644 --- a/libs/libexif/Makefile +++ b/libs/libexif/Makefile @@ -41,6 +41,7 @@ CONFIGURE_ARGS+= \ --enable-shared \ --enable-static \ --disable-rpath \ + --disable-nls \ --without-libiconv-prefix \ --without-libintl-prefix \ -- 2.30.2