diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/samba/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/japanese/samba/Makefile b/japanese/samba/Makefile index 1d412a819feb..1c51225f074e 100644 --- a/japanese/samba/Makefile +++ b/japanese/samba/Makefile @@ -96,15 +96,23 @@ CONFIGURE_ARGS= --with-i18n-swat \ --with-included-popt .if defined(WITH_AUDIT) +.if ${ARCH} == "i386" AUDIT= "" LIBSAMBA= "" BUILD_VFS= "" +.else +BROKEN= "VFS related feature is available for i386 only" +.endif .endif .if defined(WITH_RECYCLE) +.if ${ARCH} == "i386" RECYCLE= "" LIBSAMBA= "" BUILD_VFS= "" +.else +BROKEN= "VFS related feature is available for i386 only" +.endif .endif .if defined(WITH_SYSLOG) |