FreeBSD Bugzilla – Attachment 105113 Details for
Bug 145435
[patch] security/clamav: make LLVM JIT compiler optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 956 bytes, created by
alexander
on 2010-04-06 18:20:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
alexander
Created:
2010-04-06 18:20:04 UTC
Size:
956 bytes
patch
obsolete
>--- ../clamav/Makefile 2010-04-06 14:50:32.000000000 +0200 >+++ Makefile 2010-04-06 19:00:49.000000000 +0200 >@@ -20,6 +20,7 @@ > LHA "Enable lha archives support" On \ > UNZOO "Enable zoo archives support" On \ > UNRAR "Enable rar archives support" On \ >+ LLVM "Enable JIT byte code compiler" On \ > MILTER "Compile the milter interface" Off \ > LDAP "libmilter was built with LDAP" Off \ > ICONV "Enable ICONV support" Off \ >@@ -53,8 +54,7 @@ > --enable-readdir_r \ > --enable-gethostbyname_r \ > --disable-dependency-tracking \ >- --enable-clamdtop \ >- --enable-llvm >+ --enable-clamdtop > CPPFLAGS+= -I${LOCALBASE}/include \ > ${PTHREAD_CFLAGS} > LDFLAGS+= -L${LOCALBASE}/lib \ >@@ -142,6 +142,11 @@ > PLIST_SUB+= UNRAR="@comment " > CONFIGURE_ARGS+= --disable-unrar > .endif >+.if defined(WITH_LLVM) >+CONFIGURE_ARGS+=--enable-llvm >+.else >+CONFIGURE_ARGS+=--disable-llvm >+.endif > .if defined(WITH_ICONV) > CONFIGURE_ARGS+=--with-iconv > USE_ICONV= yes
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 145435
: 105113