From feb093931eb5e2cf3429964c92c35705491aa84e Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 13 Dec 2011 15:27:05 +0000 Subject: [PATCH] [packages] krb5: move headers into subdir to avoid libcom_err clash with e2fsprogs (#9661) git-svn-id: svn://svn.openwrt.org/openwrt/packages@29517 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/krb5/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/net/krb5/Makefile b/net/krb5/Makefile index 2482c1661..bd5b33fe8 100644 --- 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