Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb02256c

Browse files
author
Felipe Zimmerle
committed
IIS: temporary removes ssdeep support on IIS
It seems likes ssdeep compilation is facing problems linking on 64bitsplatforms. Temporary disable to 2.9.0-RC1 release (IIS only).
1 parent85c7ba0 commitb02256c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

‎iis/Makefile.win‎

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
LIBS = $(APACHE)\lib\libapr-1.lib \
1111
$(APACHE)\lib\libaprutil-1.lib \
1212
$(PCRE)\pcre.lib \
13-
$(SSDEEP)\fuzzy.lib \
1413
$(CURL)\lib\libcurl_imp.lib \
1514
$(LIBXML2)\win32\bin.msvc\libxml2.lib \
1615
"kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" \
1716
"oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" "ws2_32.lib" \
1817
"iphlpapi.lib"
18+
# $(SSDEEP)\fuzzy.lib \
1919
###########################################################################
2020
###########################################################################
2121

@@ -30,14 +30,15 @@ DLL = ModSecurityIIS.dll
3030

3131
INCLUDES = -I. -I.. \
3232
-I$(YAJL)\.. \
33-
-I$(SSDEEP) \
3433
-I$(PCRE)\include -I$(PCRE) \
3534
-I$(LIBXML2)\include \
3635
-I$(CURL)\include -I$(CURL) \
3736
-I$(APACHE)\include \
3837
-I..\apache2 \
3938
-I..\standalone
4039

40+
41+
# -I$(SSDEEP) \
4142
# Lua is optional
4243
!IF "$(LUA)" != ""
4344
LIBS = $(LIBS) $(LUA)\lua5.1.lib
@@ -53,11 +54,11 @@ INCLUDES = $(INCLUDES) -I$(YAJL)\include -I$(YAJL) \
5354
!ENDIF
5455

5556
# ssdeep is optional
56-
!IF "$(SSDEEP)" != ""
57-
LIBS = $(LIBS) $(SSDEEP)\fuzzy.lib
58-
DEFS=$(DEFS) -DWITH_SSDEEP
59-
INCLUDES = $(INCLUDES) -I$(SSDEEP)\include -I$(SSDEEP) \
60-
!ENDIF
57+
#!IF "$(SSDEEP)" != ""
58+
#LIBS = $(LIBS) $(SSDEEP)\fuzzy.lib
59+
#DEFS=$(DEFS) -DWITH_SSDEEP
60+
#INCLUDES = $(INCLUDES) -I$(SSDEEP)\include -I$(SSDEEP) \
61+
#!ENDIF
6162

6263

6364

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp