summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libaio/libaio/system-linkage.patch
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-12-08 14:12:32 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-14 00:06:20 +0000
commit667fc1fa1ebca50b13105a98222b7d7393c90980 (patch)
tree9a719e91bbecc450683dd5e548a806b8fbce3a1f /meta/recipes-extended/libaio/libaio/system-linkage.patch
parentaca3168607c879e2664659b6bb1db4ccedfbcca6 (diff)
downloadopenembedded-core-contrib-667fc1fa1ebca50b13105a98222b7d7393c90980.tar.gz
libaio: upgrade 0.3.111 -> 0.3.112
destdir.patch removed since it is included in 0.3.112 modify system-linkage.patch Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libaio/libaio/system-linkage.patch')
-rw-r--r--meta/recipes-extended/libaio/libaio/system-linkage.patch18
1 files changed, 7 insertions, 11 deletions
diff --git a/meta/recipes-extended/libaio/libaio/system-linkage.patch b/meta/recipes-extended/libaio/libaio/system-linkage.patch
index 0b1f475697..cc91ea99d9 100644
--- a/meta/recipes-extended/libaio/libaio/system-linkage.patch
+++ b/meta/recipes-extended/libaio/libaio/system-linkage.patch
@@ -12,26 +12,22 @@ undefined reference to `__stack_chk_fail_local'
Upstream-Status: Pending
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
- src/Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ src/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
-index eadb336..56ab701 100644
+index 37ae219..22e0c9a 100644
--- a/src/Makefile
+++ b/src/Makefile
-@@ -3,10 +3,10 @@ includedir=$(prefix)/include
- libdir=$(prefix)/lib
-
- CFLAGS ?= -g -fomit-frame-pointer -O2
--CFLAGS += -nostdlib -nostartfiles -Wall -I. -fPIC
-+CFLAGS += -Wall -I. -fPIC
+@@ -6,7 +6,7 @@ CFLAGS ?= -g -fomit-frame-pointer -O2
+ CFLAGS += -Wall -I. -fPIC
SO_CFLAGS=-shared $(CFLAGS)
L_CFLAGS=$(CFLAGS)
-LINK_FLAGS=
+LINK_FLAGS=$(LDFLAGS)
LINK_FLAGS+=$(LDFLAGS)
+ ENABLE_SHARED ?= 1
- soname=libaio.so.1
--
-2.1.4
+2.25.1