diff options
Diffstat (limited to 'specgen.sh')
-rwxr-xr-x | specgen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -117,8 +117,8 @@ GUI konfigurator do fetchmaila napisany w pythonie. %build CFLAGS="\$RPM_OPT_FLAGS" LDFLAGS="-s" export CFLAGS LDFLAGS -./configure --prefix=/usr --without-kerberos --mandir=%{_mandir} - # Add --enable-nls --without-included-gettext +./configure --prefix=/usr --disable-nls --without-kerberos --mandir=%{_mandir} + # Remove --disable-nls, add --without-included-gettext # for internationalization. Also look below. make |