From: Jan Rękorajski Date: Wed, 12 Jul 2000 18:41:25 +0000 (+0000) Subject: - stupid program needs explicit --enable-nls to ./configure X-Git-Tag: LPRng-3_6_18-3~3 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=b7a1ab01fa3c860c1723022d741fce2e9a5ff44b;p=packages%2FLPRng.git - stupid program needs explicit --enable-nls to ./configure Changed files: LPRng.spec -> 1.33 --- diff --git a/LPRng.spec b/LPRng.spec index bfb4048..88ffbc2 100644 --- a/LPRng.spec +++ b/LPRng.spec @@ -64,7 +64,8 @@ LDFLAGS="-s"; export LDFLAGS %configure \ --enable-nls \ --disable-setuid \ - --without-included-gettext + --without-included-gettext \ + --enable-nls %{__make}