Skip to content
Snippets Groups Projects
Commit cad24d7d authored by nbd's avatar nbd
Browse files

e2fsprogs: allow mklibs to strip libext2fs.so


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37075 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 766bee69
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,11 @@ define Package/libext2fs/install
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libext2fs.so.* $(1)/usr/lib/
endef
define Package/libext2fs/install_lib
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/lib/ext2fs/libext2fs.a $(1)/usr/lib/libext2fs_pic.a
endef
define Package/tune2fs/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/tune2fs $(1)/usr/sbin/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment