[Buildroot] [PATCH 1/1] package/dovecot: Adjust LIBDOVECOT in dovecot-config to STAGING_DIR

Peter Korsgaard jacmet at uclibc.org
Sat Nov 8 23:07:16 UTC 2014


>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls at t-online.de> writes:

 > Fixes
 > http://autobuild.buildroot.net/results/3e6/3e6c258d7636fedbb87ba62069094291666e6a85/
 > http://autobuild.buildroot.net/results/410/410b68afece06ddb03a00245cfdc3de4d9a4e5f1/
 > http://autobuild.buildroot.net/results/bd3/bd37ee92eeb00adb1558dbb61315465a0cdfe635/
 > http://autobuild.buildroot.net/results/fd1/fd18c3678eded431476b4e61a10c48e160ffd51a//
 > and many others

 > Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
 > ---
 >  package/dovecot/dovecot.mk |    1 +
 >  1 file changed, 1 insertion(+)

 > diff --git a/package/dovecot/dovecot.mk b/package/dovecot/dovecot.mk
 > index fd597ee..a60dd4d 100644
 > --- a/package/dovecot/dovecot.mk
 > +++ b/package/dovecot/dovecot.mk
 > @@ -90,6 +90,7 @@ DOVECOT_POST_CONFIGURE_HOOKS += DOVECOT_POST_CONFIGURE
 >  # DOVECOT_CONFIG_SCRIPTS can not be used to rewrite paths
 >  define DOVECOT_FIX_STAGING_DOVECOT_CONFIG
 >  	$(SED) 's,^LIBDOVECOT_INCLUDE=.*$$,LIBDOVECOT_INCLUDE=\"-I$(STAGING_DIR)/usr/include/dovecot\",' $(STAGING_DIR)/usr/lib/dovecot-config
 > +	$(SED) 's,^LIBDOVECOT=.*$$,LIBDOVECOT=\"-L$(STAGING_DIR)/usr/lib -ldovecot\",' $(STAGING_DIR)/usr/lib/dovecot-config

Committed, thanks. It's quite a pain that we cannot use _CONFIG_SCRIPTS
here :/

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list