fix: add libblkid to the rootfs (#345)
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
parent
56e8e5fad1
commit
76bc58bca0
@ -45,6 +45,8 @@ RUN make \
|
||||
INSTALL_GROUP=0 \
|
||||
LOCAL_CONFIGURE_OPTIONS="--prefix=/"
|
||||
RUN make install DESTDIR=/rootfs
|
||||
# libblkid
|
||||
RUN cp /toolchain/lib/libblkid.* /rootfs/lib
|
||||
# libuuid
|
||||
RUN cp /toolchain/lib/libuuid.* /rootfs/lib
|
||||
# gcompat
|
||||
|
Loading…
x
Reference in New Issue
Block a user