326fcad534
Copy from GNOME:Factory/icu based on submit request 45481 from user vuntz OBS-URL: https://build.opensuse.org/request/show/45481 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/icu?expand=0&rev=18
23 lines
638 B
Diff
23 lines
638 B
Diff
---
|
|
source/tools/pkgdata/pkgdata.cpp | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
Index: source/tools/pkgdata/pkgdata.cpp
|
|
===================================================================
|
|
--- source/tools/pkgdata/pkgdata.cpp.orig
|
|
+++ source/tools/pkgdata/pkgdata.cpp
|
|
@@ -80,6 +80,13 @@ U_CDECL_END
|
|
#define USING_CYGWIN
|
|
#endif
|
|
|
|
+// Temporary fix until http://bugs.icu-project.org/trac/ticket/6969 is
|
|
+// resolved.
|
|
+#ifdef CAN_WRITE_OBJ_CODE
|
|
+# undef CAN_WRITE_OBJ_CODE
|
|
+# define BUILD_DATA_WITHOUT_ASSEMBLY
|
|
+#endif
|
|
+
|
|
/*
|
|
* When building the data library without assembly,
|
|
* some platforms use a single c code file for all of
|