From: Jo-Philipp Wich 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://git.openwrt.org/?a=commitdiff_plain;h=0db1397b9d7dda8e683aa44511f452df6ea333f8;p=openwrt%2Fsvn-archive%2Farchive.git [packages] krb5: move headers into subdir to avoid libcom_err clash with e2fsprogs (#9661) SVN-Revision: 29517 --- diff --git a/net/krb5/Makefile b/net/krb5/Makefile index 2482c1661a..bd5b33fe85 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