Open Irbis-snowbars opened 3 years ago
you can edit the Makefile generated by ./configure
, and remove the -Werror
in CFLAGS
#CFLAGS = -std=gnu99 -Wall -Wextra -Werror -pedantic -O2 -g3
CFLAGS = -std=gnu99 -Wall -Wextra -pedantic -O2 -g3
# make fcgiwrap