1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-26 01:49:30 +03:00

e2fsprogs: fix libuuid installation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24106 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2010-11-22 21:56:15 +00:00
parent 56216b699f
commit d3f8066317

View File

@ -29,6 +29,7 @@ CONFIGURE_ARGS += \
define Host/Install
$(Host/Install/Default)
$(MAKE) -C $(HOST_BUILD_DIR)/lib/uuid install
$(INSTALL_DATA) $(HOST_BUILD_DIR)/lib/uuid/libuuid.a $(STAGING_DIR_HOST)/lib/
endef