From 4a9426d07fbac667420654970581f5908595ad02 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 24 Oct 2010 11:13:18 +0000 Subject: [PATCH] stage krb5 headers and libs This is needed for other packages to link against krb5. Signed-off-by: Daniel Golle SVN-Revision: 23613 --- net/krb5/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/net/krb5/Makefile b/net/krb5/Makefile index ac1856695..90ae205d8 100644 --- a/net/krb5/Makefile +++ b/net/krb5/Makefile @@ -72,6 +72,14 @@ CONFIGURE_ARGS += \ --without-tcl \ --disable-ipv6 +define Build/InstallDev + $(INSTALL_DIR) $(1)/usr + $(CP) \ + $(PKG_INSTALL_DIR)/usr/include \ + $(PKG_INSTALL_DIR)/usr/lib \ + $(1)/usr/ +endef + define Package/krb5-libs/install $(INSTALL_DIR) $(1)/usr/lib $(INSTALL_DIR) $(1)/usr/lib/krb5 -- 2.30.2