From: jow Date: Tue, 13 Dec 2011 15:27:05 +0000 (+0000) Subject: [packages] krb5: move headers into subdir to avoid libcom_err clash with e2fsprogs... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=feb093931eb5e2cf3429964c92c35705491aa84e;p=packages.git [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 --- 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