Skip to content

Commit ee09411

Browse files
author
Bradley Nicholes
committed
Relax the pointer checking for the proxy_ajp module to avoid a pointer mismatch error when compiling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104682 13f79535-47bb-0310-9956-ffa450edef68
1 parent 535193e commit ee09411

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/proxy/NWGNUproxyajp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ifeq "$(RELEASE)" "debug"
5353
XINCDIRS += \
5454
$(EOLIST)
5555

56-
XCFLAGS += \
56+
XCFLAGS += -relax_pointers \
5757
$(EOLIST)
5858

5959
XDEFINES += \
@@ -67,7 +67,7 @@ ifeq "$(RELEASE)" "noopt"
6767
XINCDIRS += \
6868
$(EOLIST)
6969

70-
XCFLAGS += \
70+
XCFLAGS += -relax_pointers \
7171
$(EOLIST)
7272

7373
XDEFINES += \

0 commit comments

Comments
 (0)