dovecot: install libraries to allow building plugins
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
db70458557
commit
e584683c24
1 changed files with 9 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=dovecot
|
PKG_NAME:=dovecot
|
||||||
PKG_VERSION:=2.2.31
|
PKG_VERSION:=2.2.31
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2
|
PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2
|
||||||
|
@ -78,6 +78,14 @@ CONFIGURE_VARS += \
|
||||||
lib_cv___va_copy=yes \
|
lib_cv___va_copy=yes \
|
||||||
lib_cv_va_val_copy=yes
|
lib_cv_va_val_copy=yes
|
||||||
|
|
||||||
|
define Build/InstallDev
|
||||||
|
$(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/dovecot $(1)/usr/include/
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/dovecot $(1)/usr/lib/
|
||||||
|
rm -f $(1)/usr/lib/dovecot/*.la
|
||||||
|
endef
|
||||||
|
|
||||||
|
|
||||||
define Package/dovecot/install
|
define Package/dovecot/install
|
||||||
$(INSTALL_DIR) $(1)/etc/init.d \
|
$(INSTALL_DIR) $(1)/etc/init.d \
|
||||||
$(1)/etc/dovecot \
|
$(1)/etc/dovecot \
|
||||||
|
|
Loading…
Reference in a new issue