Skip to content

Commit 568fb31

Browse files
committed
WiP cryptsetup 2.6.1: fix libaio which was not providing library for lvm. This PR will cost a lot of firmware space.....
1 parent b183645 commit 568fb31

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modules/libaio

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ libaio_tar := libaio_$(libaio_version).orig.tar.gz
66
libaio_url := https://deb.debian.org/debian/pool/main/liba/libaio/$(libaio_tar)
77
libaio_hash := 2c44d1c5fd0d43752287c9ae1eb9c023f04ef848ea8d4aafa46e9aedb678200b
88

9-
#http://deb.debian.org/debian/pool/main/liba/libaio/libaio_0.3.113.orig.tar.gz
10-
#https://deb.debian.org/debian/pool/main/liba/libaio/libaio-0.3.113.orig.tar.gz
11-
129
libaio_target := \
1310
DESTDIR="$(INSTALL)" \
1411
prefix="/" \
12+
CFLAGS="-Os" \
1513
$(CROSS_TOOLS) \
16-
install
14+
install \
15+
&& mv $(build)/$(libaio_dir)/src/libaio.so.1.0.2 $(build)/$(libaio_dir)/src/libaio.so.1 \
16+
17+
libaio_libraries:= src/libaio.so.1
1718

1819
libaio_depends := $(musl_dep)
1920

0 commit comments

Comments
 (0)