ALT Linux Bugzilla
– Attachment 3478 Details for
Bug 19732
мусор при показе в UTF8 локали
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
патч, исправляющий определение ncursesw
0003-alt-changes-fix-ncursesw-detection.patch (text/plain), 1.29 KB, created by
Afanasov Dmitry
on 2009-04-23 15:12:58 MSD
(
hide
)
Description:
патч, исправляющий определение ncursesw
Filename:
MIME Type:
Creator:
Afanasov Dmitry
Created:
2009-04-23 15:12:58 MSD
Size:
1.29 KB
patch
obsolete
>From a70c259e0a6de9e4ba9146ac630d19534f842f50 Mon Sep 17 00:00:00 2001 >Message-Id: <a70c259e0a6de9e4ba9146ac630d19534f842f50.1240485023.git.ender@altlinux.org> >In-Reply-To: <570a59986d52e396aa8a097d1c28ebd22c115552.1240485023.git.ender@altlinux.org> >References: <570a59986d52e396aa8a097d1c28ebd22c115552.1240485023.git.ender@altlinux.org> >From: Afanasov Dmitry <ender@altlinux.org> >Date: Thu, 23 Apr 2009 14:23:47 +0400 >Subject: [PATCH 03/12] alt-changes: fix ncursesw detection > >when conftest.c is comiled -lncursesw is added to the LDFLAGS when it >must be in LIBS variable. >--- > pinfo/macros/curses.m4 | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/pinfo/macros/curses.m4 b/pinfo/macros/curses.m4 >index b42fe7c..5e28504 100644 >--- a/pinfo/macros/curses.m4 >+++ b/pinfo/macros/curses.m4 >@@ -257,8 +257,8 @@ AC_DEFUN([AC_CHECK_CURSES_COMPILE], [ > dnl save CFLAGS and LDFLAGS and set new ones > CFLAGS_OLD=$CFLAGS > CFLAGS="$CFLAGS $curses_includes" >- LDFLAGS_OLD=$LDFLAGS >- LDFLAGS="$LDFLAGS $curses_libs" >+ LIBS_OLD=$LIBS >+ LIBS="$LIBS $curses_libs" > > dnl do the compile test > AC_MSG_CHECKING([if curses is usable]) >@@ -288,7 +288,7 @@ AC_DEFUN([AC_CHECK_CURSES_COMPILE], [ > > dnl restore variables > CFLAGS=$CFLAGS_OLD >- LDFLAGS=$LDFLAGS_OLD >+ LIBS=$LIBS_OLD > > ]) > >-- >1.6.2.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19732
: 3478 |
3479