Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
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ç
LibreOffice
core
Commits
67f76225
Kaydet (Commit)
67f76225
authored
Agu 19, 2011
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some icu cross-building problems.
Still it does not finish, though; to be continued.
üst
2d7c9298
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
icu4c-strict-c.patch
icu/icu4c-strict-c.patch
+11
-0
makefile.mk
icu/makefile.mk
+11
-2
No files found.
icu/icu4c-strict-c.patch
0 → 100644
Dosyayı görüntüle @
67f76225
--- misc/build/icu/source/common/wintz.c.orig 2011-08-19 17:13:10.000000000 +0200
+++ misc/build/icu/source/common/wintz.c 2011-08-19 17:13:35.000000000 +0200
@@ -113,7 +113,7 @@ static int32_t detectWindowsType()
}
}
- return winType+1; // +1 to bring it inline with the enum
+ return winType+1; /* +1 to bring it inline with the enum */
}
static LONG openTZRegKey(HKEY *hkey, const char *winid)
icu/makefile.mk
Dosyayı görüntüle @
67f76225
...
@@ -51,7 +51,8 @@ PATCH_FILES=\
...
@@ -51,7 +51,8 @@ PATCH_FILES=\
icu4c-aix.patch
\
icu4c-aix.patch
\
icu4c-4_4_2-wchar_t.patch
\
icu4c-4_4_2-wchar_t.patch
\
icu4c-warnings.patch
\
icu4c-warnings.patch
\
icu4c-escapespace.patch
icu4c-escapespace.patch
\
icu4c-strict-c.patch
.IF
"$(GUI)"
==
"UNX"
.IF
"$(GUI)"
==
"UNX"
...
@@ -187,8 +188,16 @@ icu_LIBS=
...
@@ -187,8 +188,16 @@ icu_LIBS=
icu_LIBS
+=
$(MINGW_SHARED_LIBSTDCPP)
icu_LIBS
+=
$(MINGW_SHARED_LIBSTDCPP)
.ENDIF
.ENDIF
icu_LDFLAGS
+=
-Wl
,--enable-runtime-pseudo-reloc-v2
icu_LDFLAGS
+=
-Wl
,--enable-runtime-pseudo-reloc-v2
.IF
"$(CROSS_COMPILING)"
==
"YES"
# We require that the cross-build-toolset target from the top Makefile(.in) has bee built
BUILD_AND_HOST
=
--build
=
$(BUILD_PLATFORM)
--host
=
$(HOST_PLATFORM)
--with-cross-build
=
$(posix_PWD)
/
$(INPATH_FOR_BUILD)
/misc/build/icu/source
.ELSE
BUILD_AND_HOST
=
--build
=
i586-pc-mingw32
--enable-64bit-libs
=
no
.ENDIF
CONFIGURE_ACTION
+=
sh
-c
'CFLAGS="-O -D_MT" CXXFLAGS="-O -D_MT" LDFLAGS="
$(icu_LDFLAGS)
" LIBS="
$(icu_LIBS)
" \
CONFIGURE_ACTION
+=
sh
-c
'CFLAGS="-O -D_MT" CXXFLAGS="-O -D_MT" LDFLAGS="
$(icu_LDFLAGS)
" LIBS="
$(icu_LIBS)
" \
./configure
--build=i586-pc-mingw32 --enable-layout --disable-static --enable-shared --enable-64bit-libs=no
'
./configure
$(BUILD_AND_HOST)
--enable-layout --disable-static --enable-shared
'
CONFIGURE_FLAGS
=
CONFIGURE_FLAGS
=
...
...
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