From 5603e83a93e2cabb5facfe4237e744a95017ed43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 12 Dec 2012 20:49:09 +0100 Subject: [PATCH] - use locale for month/day names --- screen.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/screen.spec b/screen.spec index 8bc896e..0ae53f8 100644 --- a/screen.spec +++ b/screen.spec @@ -139,6 +139,7 @@ mv screen-*/src/* . %{__aclocal} %{__autoheader} %{__autoconf} +# --enable-locale vs --enable-use-locale - https://savannah.gnu.org/bugs/index.php?37528 CFLAGS="%{rpmcflags} -DMAXWIN=256" %{?with_fifo:nore=1} \ %configure \ @@ -146,6 +147,7 @@ CFLAGS="%{rpmcflags} -DMAXWIN=256" --enable-colors256 \ --enable-rxvt_osc \ --enable-telnet \ + --enable-use-locale \ --with-sys-screenrc=/etc/screenrc \ --with-pty-mode=0620 \ --with-pty-group=5 \ -- 2.44.0