[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
This commit is contained in:
parent
7532ca5b2d
commit
feb093931e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user