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
cee6c4b1
Kaydet (Commit)
cee6c4b1
authored
Kas 11, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use hidden visibility now for Android with icu built statically
Change-Id: I46b97d31f8aac046479d030c988413017c5b940a
üst
ddf7e2c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
icu4c-android.patch
icu/icu4c-android.patch
+11
-0
makefile.mk
icu/makefile.mk
+2
-0
No files found.
icu/icu4c-android.patch
Dosyayı görüntüle @
cee6c4b1
...
@@ -61,3 +61,14 @@
...
@@ -61,3 +61,14 @@
#elif U_PLATFORM_IS_LINUX_BASED
#elif U_PLATFORM_IS_LINUX_BASED
# define U_TIMEZONE __timezone
# define U_TIMEZONE __timezone
#elif U_PLATFORM_USES_ONLY_WIN32_API
#elif U_PLATFORM_USES_ONLY_WIN32_API
--- misc/icu/source/common/unicode/platform.h
+++ misc/build/icu/source/common/unicode/platform.h
@@ -641,7 +641,7 @@
#elif defined(U_STATIC_IMPLEMENTATION)
# define U_EXPORT
#elif defined(__GNUC__)
-# define U_EXPORT __attribute__((visibility("default")))
+# define U_EXPORT
#elif (defined(__SUNPRO_CC) && __SUNPRO_CC >= 0x550) \
|| (defined(__SUNPRO_C) && __SUNPRO_C >= 0x550)
# define U_EXPORT __global
icu/makefile.mk
Dosyayı görüntüle @
cee6c4b1
...
@@ -64,6 +64,8 @@ PATCH_FILES=\
...
@@ -64,6 +64,8 @@ PATCH_FILES=\
.IF
"$(OS)"
==
"ANDROID"
.IF
"$(OS)"
==
"ANDROID"
PATCH_FILES
+=
\
PATCH_FILES
+=
\
icu4c-android.patch
icu4c-android.patch
icu_CFLAGS
+=
-fvisibility
=
hidden
icu_CXXFLAGS
+=
-fvisibility
=
hidden
.ELSE
.ELSE
PATCH_FILES
+=
\
PATCH_FILES
+=
\
icu4c-rpath.patch
icu4c-rpath.patch
...
...
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