summary refs log tree commit diff
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2016-03-20 00:46:45 +0100
committerLluís Batlle i Rossell <viric@viric.name>2016-03-20 00:47:12 +0100
commit9b8b143c9935cd2adfbc5db9182d5cf5865991ca (patch)
tree0cec8ec354e5367960b332645858ed7f6c4f319f
parentc6a717d2125a43e2b1ce538a5a5c101782d3453b (diff)
downloadnixlib-9b8b143c9935cd2adfbc5db9182d5cf5865991ca.tar
nixlib-9b8b143c9935cd2adfbc5db9182d5cf5865991ca.tar.gz
nixlib-9b8b143c9935cd2adfbc5db9182d5cf5865991ca.tar.bz2
nixlib-9b8b143c9935cd2adfbc5db9182d5cf5865991ca.tar.lz
nixlib-9b8b143c9935cd2adfbc5db9182d5cf5865991ca.tar.xz
nixlib-9b8b143c9935cd2adfbc5db9182d5cf5865991ca.tar.zst
nixlib-9b8b143c9935cd2adfbc5db9182d5cf5865991ca.zip
Missing path in prev commit
-rw-r--r--pkgs/development/libraries/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/pkgs/development/libraries/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch b/pkgs/development/libraries/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
new file mode 100644
index 000000000000..2968d571bb3e
--- /dev/null
+++ b/pkgs/development/libraries/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
@@ -0,0 +1,28 @@
+From 0c82d6aa02c08e41b13c83b14782bd7024e25d59 Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem@gmail.com>
+Date: Sat, 15 Feb 2014 21:06:42 +0000
+Subject: [PATCH] Disable LDFLAGSICUDT for Linux
+
+Upstream-Status: Inappropriate [ OE Configuration ]
+
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+---
+ source/config/mh-linux |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/config/mh-linux b/config/mh-linux
+index 366f0cc..2689aab 100644
+--- a/config/mh-linux
++++ b/config/mh-linux
+@@ -21,7 +21,7 @@ LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
+ LD_RPATH_PRE = -Wl,-rpath,
+ 
+ ## These are the library specific LDFLAGS
+-LDFLAGSICUDT=-nodefaultlibs -nostdlib
++# LDFLAGSICUDT=-nodefaultlibs -nostdlib
+ 
+ ## Compiler switch to embed a library name
+ # The initial tab in the next line is to prevent icu-config from reading it.
+-- 
+1.7.10.4
+