mirror of
https://git.yoctoproject.org/poky
synced 2026-06-09 03:40:18 +00:00
libaio: upgrade 0.3.111 -> 0.3.112
destdir.patch removed since it is included in 0.3.112 modify system-linkage.patch (From OE-Core rev: 3b94e8c369960b0ed1e2949204a587a2952edf79) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8f71d4b7d6
commit
5bc29f4995
@@ -1,17 +0,0 @@
|
||||
Upstream-Status: Pending
|
||||
|
||||
from openembedded, added by Qing He <qing.he@intel.com>
|
||||
|
||||
Index: libaio-0.3.110/Makefile
|
||||
===================================================================
|
||||
--- libaio-0.3.110.orig/Makefile
|
||||
+++ libaio-0.3.110/Makefile
|
||||
@@ -15,7 +15,7 @@ all:
|
||||
@$(MAKE) -C src
|
||||
|
||||
install:
|
||||
- @$(MAKE) -C src install prefix=$(prefix) includedir=$(includedir) libdir=$(libdir)
|
||||
+ @$(MAKE) -C src install prefix=$(DESTDIR)$(prefix) includedir=$(DESTDIR)$(includedir) libdir=$(DESTDIR)$(libdir)
|
||||
|
||||
check:
|
||||
@$(MAKE) -C harness check
|
||||
@@ -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
|
||||
|
||||
|
||||
+1
-2
@@ -7,11 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
|
||||
|
||||
SRC_URI = "git://pagure.io/libaio.git;protocol=https \
|
||||
file://00_arches.patch \
|
||||
file://destdir.patch \
|
||||
file://libaio_fix_for_mips_syscalls.patch \
|
||||
file://system-linkage.patch \
|
||||
"
|
||||
SRCREV = "f66be22ab0a59a39858900ab72a8c6a6e8b0b7ec"
|
||||
SRCREV = "d025927efa75a0d1b46ca3a5ef331caa2f46ee0e"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}"
|
||||
Reference in New Issue
Block a user