projects
/
10.03
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c8fdb0
)
[packages_10.03.2] krb5: merge r29517
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Feb 2012 20:05:29 +0000
(20:05 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Feb 2012 20:05:29 +0000
(20:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30103
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/krb5/Makefile
patch
|
blob
|
history
diff --git
a/net/krb5/Makefile
b/net/krb5/Makefile
index
2482c16
..
bd5b33f
100644
(file)
--- a/
net/krb5/Makefile
+++ b/
net/krb5/Makefile
@@
-76,11
+76,12
@@
CONFIGURE_ARGS += \
--disable-ipv6
define Build/InstallDev
+ $(INSTALL_DIR) $(1)/usr/include
+ $(CP) $(PKG_INSTALL_DIR)/usr/include \
+ $(1)/usr/include/krb5
$(INSTALL_DIR) $(1)/usr
- $(CP) \
- $(PKG_INSTALL_DIR)/usr/include \
- $(PKG_INSTALL_DIR)/usr/lib \
- $(1)/usr/
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib \
+ $(1)/usr
endef
define Package/krb5-libs/install