Skip to content

Commit

Permalink
Fix nginx build to work with gcc and ironbee's flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Kew committed Mar 6, 2014
1 parent 8ce4d5c commit 7ecb65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/nginx/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NGXIB_FILES = $(NGXIB_SRCDIR)/ngx_ironbee.h \
$(NGXIB_SRCDIR)/ngx_ironbee_plugin.c
NGXIB_PREFIX = $(prefix)/nginx
#NGXIB_COPTS = $(CFLAGS) $(PCRE_CFLAGS) -D_GNU_SOURCE -I$(prefix)/include
NGXIB_COPTS = -O0 -I$(prefix)/include -I.
NGXIB_COPTS = -O0 -I$(prefix)/include -I. -D_GNU_SOURCE
NGXIB_LDOPTS = $(PCRE_LDFLAGS) $(PCRE_LDADD) -L$(prefix)/lib -lhtp -libutil -lironbee

nginx: $(NGINX_DIR)/objs/nginx
Expand Down

0 comments on commit 7ecb65a

Please sign in to comment.