Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
f191a9e8
Kaydet (Commit)
f191a9e8
authored
Ara 13, 2016
tarafından
Xavier de Gaye
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #28190: Merge 3.6.
üst
f852fff8
e13c3201
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
configure
configure
+3
-1
configure.ac
configure.ac
+3
-1
setup.py
setup.py
+2
-1
No files found.
configure
Dosyayı görüntüle @
f191a9e8
...
@@ -15706,7 +15706,9 @@ fi
...
@@ -15706,7 +15706,9 @@ fi
# first curses header check
# first curses header check
ac_save_cppflags
=
"
$CPPFLAGS
"
ac_save_cppflags
=
"
$CPPFLAGS
"
CPPFLAGS
=
"
$CPPFLAGS
-I/usr/include/ncursesw"
if
test
"
$cross_compiling
"
=
no
;
then
CPPFLAGS
=
"
$CPPFLAGS
-I/usr/include/ncursesw"
fi
for
ac_header
in
curses.h ncurses.h
for
ac_header
in
curses.h ncurses.h
do
:
do
:
...
...
configure.ac
Dosyayı görüntüle @
f191a9e8
...
@@ -4889,7 +4889,9 @@ fi
...
@@ -4889,7 +4889,9 @@ fi
# first curses header check
# first curses header check
ac_save_cppflags="$CPPFLAGS"
ac_save_cppflags="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"
if test "$cross_compiling" = no; then
CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"
fi
AC_CHECK_HEADERS(curses.h ncurses.h)
AC_CHECK_HEADERS(curses.h ncurses.h)
...
...
setup.py
Dosyayı görüntüle @
f191a9e8
...
@@ -1350,7 +1350,8 @@ class PyBuildExt(build_ext):
...
@@ -1350,7 +1350,8 @@ class PyBuildExt(build_ext):
panel_library
=
'panel'
panel_library
=
'panel'
if
curses_library
==
'ncursesw'
:
if
curses_library
==
'ncursesw'
:
curses_defines
.
append
((
'HAVE_NCURSESW'
,
'1'
))
curses_defines
.
append
((
'HAVE_NCURSESW'
,
'1'
))
curses_includes
.
append
(
'/usr/include/ncursesw'
)
if
not
cross_compiling
:
curses_includes
.
append
(
'/usr/include/ncursesw'
)
# Bug 1464056: If _curses.so links with ncursesw,
# Bug 1464056: If _curses.so links with ncursesw,
# _curses_panel.so must link with panelw.
# _curses_panel.so must link with panelw.
panel_library
=
'panelw'
panel_library
=
'panelw'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment