projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ee2a0
)
krb5: install include properly and leave libcom_err* in place
3562/head
author
W. Michael Petullo
<mike@flyn.org>
Thu, 24 Nov 2016 15:57:41 +0000
(10:57 -0500)
committer
W. Michael Petullo
<mike@flyn.org>
Thu, 24 Nov 2016 20:07:08 +0000
(15:07 -0500)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
net/krb5/Makefile
patch
|
blob
|
history
diff --git
a/net/krb5/Makefile
b/net/krb5/Makefile
index 2ae831beb6943d10f33769fc9bd4fa2108bd6f26..f96f178968f697235524d2a4c2cd7bf00b5c953b 100644
(file)
--- a/
net/krb5/Makefile
+++ b/
net/krb5/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=krb5
PKG_VERSION:=1.14
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@@
-79,11
+79,10
@@
CONFIGURE_ARGS += \
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include \
- $(1)/usr
/include/krb5
+ $(1)/usr
$(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