This is needed for other packages to link against krb5. Signed-off-by: Daniel Golle <daniel.go...@gmail.com> ---
Index: feeds/packages/net/krb5/Makefile =================================================================== --- feeds/packages/net/krb5/Makefile (revision 23513) +++ feeds/packages/net/krb5/Makefile (working copy) @@ -72,6 +72,14 @@ --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 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel