diff options
author | W. Michael Petullo <mike@flyn.org> | 2019-10-14 08:45:18 -0400 |
---|---|---|
committer | W. Michael Petullo <mike@flyn.org> | 2019-10-14 08:45:18 -0400 |
commit | d9ee754beb358d73ff1d0f725ca7575cd96bc2d6 (patch) | |
tree | 0626703620ba12f322ddbb9d0d88469e3895f2c0 /mail/bogofilter | |
parent | 51854d536e5722661d89f08d713564e998ae61f8 (diff) |
bogofilter: make use of PKG_BUILD_PARALLEL
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'mail/bogofilter')
-rw-r--r-- | mail/bogofilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 7832a688d..43c2bc6d7 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -20,6 +20,7 @@ PKG_SOURCE_URL:=@SF/project/bogofilter/bogofilter-stable/ PKG_HASH:=3248a1373bff552c500834adbea4b6caee04224516ae581fb25a4c6a6dee89ea PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk |