projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d9d768
)
krb5: prevent libcom_err from leaking into other packages like e2fsprogs
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 14 Jun 2012 19:14:35 +0000
(19:14 +0000)
committer
nbd
<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
patch
|
blob
|
history
diff --git
a/net/krb5/Makefile
b/net/krb5/Makefile
index
2f0cf53
..
58b5a07
100644
(file)
--- a/
net/krb5/Makefile
+++ b/
net/krb5/Makefile
@@
-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