summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mailx
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/mailx')
-rw-r--r--meta/recipes-extended/mailx/mailx_12.5.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb
index 080d71f150..a53da3af5d 100644
--- a/meta/recipes-extended/mailx/mailx_12.5.bb
+++ b/meta/recipes-extended/mailx/mailx_12.5.bb
@@ -29,3 +29,8 @@ inherit autotools-brokensep
29CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" 29CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
30EXTRA_OEMAKE = "SENDMAIL=${sbindir}/sendmail" 30EXTRA_OEMAKE = "SENDMAIL=${sbindir}/sendmail"
31 31
32# The makeconfig can't run parallelly, otherwise the checking results
33# might be incorrect and lead to errors:
34# fio.c:56:17: fatal error: ssl.h: No such file or directory
35# #include <ssl.h>
36PARALLEL_MAKE = ""