mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 03:28:07 +00:00
Maintainer: me Compile tested: head r15324-920b692, aarch64, x86_64 Run tested: (qemu-5.2.0) aarch64 Description: Update to 68.2 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
24 lines
758 B
Diff
24 lines
758 B
Diff
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(-)
|
|
|
|
--- a/config/mh-linux
|
|
+++ b/config/mh-linux
|
|
@@ -23,7 +23,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.
|