Commit 9aaf13c9 authored by David Bachelart's avatar David Bachelart Committed by Thomas Petazzoni
Browse files

bzip2: install shared library for the host



libbz2.so was explicitly built for the host, but was not installed. Install it.

Signed-off-by: default avatarDavid Bachelart <david.bachelart@bbright.com>
Acked-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 4a8bedc5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@ endef
define HOST_BZIP2_INSTALL_CMDS
	$(HOST_MAKE_ENV) \
		$(MAKE) PREFIX=$(HOST_DIR)/usr -C $(@D) install
	$(HOST_MAKE_ENV) \
		$(MAKE) -f Makefile-libbz2_so PREFIX=$(HOST_DIR)/usr -C $(@D) install
endef

$(eval $(generic-package))