[packages/screen] - use locale for month/day names
arekm
arekm at pld-linux.org
Wed Dec 12 20:49:13 CET 2012
commit 5603e83a93e2cabb5facfe4237e744a95017ed43
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Dec 12 20:49:09 2012 +0100
- 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 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/screen.git/commitdiff/5603e83a93e2cabb5facfe4237e744a95017ed43
More information about the pld-cvs-commit
mailing list