diff options
| -rw-r--r-- | meta/recipes-support/icu/icu-51.2/0001-Disable-LDFLAGSICUDT-for-Linux.patch | 28 | ||||
| -rw-r--r-- | meta/recipes-support/icu/icu_51.2.bb | 3 |
2 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-support/icu/icu-51.2/0001-Disable-LDFLAGSICUDT-for-Linux.patch b/meta/recipes-support/icu/icu-51.2/0001-Disable-LDFLAGSICUDT-for-Linux.patch new file mode 100644 index 0000000000..2968d571bb --- /dev/null +++ b/meta/recipes-support/icu/icu-51.2/0001-Disable-LDFLAGSICUDT-for-Linux.patch | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | From 0c82d6aa02c08e41b13c83b14782bd7024e25d59 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 15 Feb 2014 21:06:42 +0000 | ||
| 4 | Subject: [PATCH] Disable LDFLAGSICUDT for Linux | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [ OE Configuration ] | ||
| 7 | |||
| 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 9 | --- | ||
| 10 | source/config/mh-linux | 2 +- | ||
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 12 | |||
| 13 | diff --git a/config/mh-linux b/config/mh-linux | ||
| 14 | index 366f0cc..2689aab 100644 | ||
| 15 | --- a/config/mh-linux | ||
| 16 | +++ b/config/mh-linux | ||
| 17 | @@ -21,7 +21,7 @@ LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN | ||
| 18 | LD_RPATH_PRE = -Wl,-rpath, | ||
| 19 | |||
| 20 | ## These are the library specific LDFLAGS | ||
| 21 | -LDFLAGSICUDT=-nodefaultlibs -nostdlib | ||
| 22 | +# LDFLAGSICUDT=-nodefaultlibs -nostdlib | ||
| 23 | |||
| 24 | ## Compiler switch to embed a library name | ||
| 25 | # The initial tab in the next line is to prevent icu-config from reading it. | ||
| 26 | -- | ||
| 27 | 1.7.10.4 | ||
| 28 | |||
diff --git a/meta/recipes-support/icu/icu_51.2.bb b/meta/recipes-support/icu/icu_51.2.bb index aabe07b841..2d1fd42924 100644 --- a/meta/recipes-support/icu/icu_51.2.bb +++ b/meta/recipes-support/icu/icu_51.2.bb | |||
| @@ -9,5 +9,8 @@ SRC_URI = "${BASE_SRC_URI} \ | |||
| 9 | file://add_buffer_length_check_to_UTF_16_or_32_detector.patch \ | 9 | file://add_buffer_length_check_to_UTF_16_or_32_detector.patch \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | SRC_URI_append_class-target = "\ | ||
| 13 | file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ | ||
| 14 | " | ||
| 12 | SRC_URI[md5sum] = "072e501b87065f3a0ca888f1b5165709" | 15 | SRC_URI[md5sum] = "072e501b87065f3a0ca888f1b5165709" |
| 13 | SRC_URI[sha256sum] = "deb027a05f1b3bec03298b96fb93b28c84e9683c22e6f94effa67fdc7bd704cc" | 16 | SRC_URI[sha256sum] = "deb027a05f1b3bec03298b96fb93b28c84e9683c22e6f94effa67fdc7bd704cc" |
