diff options
author | joerg <joerg> | 2016-04-30 20:16:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2016-04-30 20:16:11 +0000 |
commit | f1774be82548a9a2d3dee7279c4b8bd075be5ecc (patch) | |
tree | bcf26c60ce063a276a3ab307255a73638d001cfd /mail/dovecot2 | |
parent | 91a5276fcbb160530d9670640cd0891d577ec979 (diff) | |
download | pkgsrc-f1774be82548a9a2d3dee7279c4b8bd075be5ecc.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'mail/dovecot2')
-rw-r--r-- | mail/dovecot2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index d04b0adbbf3..be481a83b86 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2016/04/11 19:01:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.86 2016/04/30 20:16:38 joerg Exp $ # # when updating to a new release, update ABI depends in # the buildlink3.mk file as well, since the plugins' version @@ -26,6 +26,10 @@ TEST_TARGET= check # Explicitly disable inotify on illumos, it is provided for Linux compat only. CONFIGURE_ENV.SunOS+= ac_cv_func_inotify_init=no +# Sharing sources between binary and lib triggers libtool bugs +# mv: rename .deps/auth-stats.Tpo to .deps/auth-stats.Po: No such file or directory +MAKE_JOBS_SAFE= no + .include "../../mk/bsd.prefs.mk" RCD_SCRIPTS= dovecot |