Fix x86,x86_64 build.

For the time being, exclude the new mail_daemon add-ons from the image,
as they break both the x86 and x86_64 builds by failing to compile in a
variety of ways.
This commit is contained in:
Rene Gollent 2015-01-07 18:19:36 -05:00
parent 612375687c
commit 67d5656fab

View File

@ -205,11 +205,13 @@ AddFilesToPackage add-ons accelerants : $(SYSTEM_ADD_ONS_ACCELERANTS) ;
AddFilesToPackage add-ons Translators : $(SYSTEM_ADD_ONS_TRANSLATORS) ;
AddFilesToPackage add-ons locale catalogs : $(SYSTEM_ADD_ONS_LOCALE_CATALOGS) ;
AddFilesToPackage add-ons mail_daemon inbound_protocols : POP3 IMAP ;
AddFilesToPackage add-ons mail_daemon outbound_protocols : SMTP ;
AddFilesToPackage add-ons mail_daemon inbound_filters
: MatchHeader SpamFilter NewMailNotification ;
AddFilesToPackage add-ons mail_daemon outbound_filters : Fortune ;
# TODO: fix these.
#AddFilesToPackage add-ons mail_daemon inbound_protocols : POP3
# IMAP ;
#AddFilesToPackage add-ons mail_daemon outbound_protocols : SMTP ;
#AddFilesToPackage add-ons mail_daemon inbound_filters
# : MatchHeader SpamFilter NewMailNotification ;
#AddFilesToPackage add-ons mail_daemon outbound_filters : Fortune ;
AddFilesToPackage add-ons media : $(SYSTEM_ADD_ONS_MEDIA) ;
AddFilesToPackage add-ons media plugins : $(SYSTEM_ADD_ONS_MEDIA_PLUGINS) ;