projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6fd6db
)
krb5: merge r29517
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 4 Feb 2012 20:05:29 +0000
(20:05 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 4 Feb 2012 20:05:29 +0000
(20:05 +0000)
SVN-Revision: 30103
net/krb5/Makefile
patch
|
blob
|
history
diff --git
a/net/krb5/Makefile
b/net/krb5/Makefile
index 2482c1661a6adf192c182509a3bbaa033bc56897..bd5b33fe858bdf4f3a0f285c29350f61940d57bc 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