krb5: prevent libcom_err from leaking into other packages like e2fsprogs
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 14 Jun 2012 19:14:35 +0000 (19:14 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 14 Jun 2012 19:14:35 +0000 (19:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32361 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/krb5/Makefile

index 2f0cf53..58b5a07 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