krb5: prevent libcom_err from leaking into other packages like e2fsprogs
authorFelix Fietkau <nbd@openwrt.org>
Thu, 14 Jun 2012 19:14:35 +0000 (19:14 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 14 Jun 2012 19:14:35 +0000 (19:14 +0000)
SVN-Revision: 32361

net/krb5/Makefile

index 2f0cf53a98bdec76f2e514136e23a6719d398af3..58b5a072e044cbdc7c34f85caf742651cc0ce139 100644 (file)
@@ -83,6 +83,7 @@ define Build/InstallDev
        $(INSTALL_DIR) $(1)/usr
        $(CP) $(PKG_INSTALL_DIR)/usr/lib \
                $(1)/usr
+       rm -f $(1)/usr/lib/libcom_err*
 endef
 
 define Package/krb5-libs/install