]> git.pld-linux.org Git - packages/screen.git/commitdiff
- use locale for month/day names
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 12 Dec 2012 19:49:09 +0000 (20:49 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 12 Dec 2012 19:49:09 +0000 (20:49 +0100)
screen.spec

index 8bc896e077a89018271bad4e0331e4b0dded3bd3..0ae53f803909505b20ee2de91edb9399fe325b0a 100644 (file)
@@ -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 \
This page took 0.118543 seconds and 4 git commands to generate.