Changeset 1113 for trunk/devel/run
- Timestamp:
- 2012-08-01T19:59:34+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/devel/run (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/devel/run
r1112 r1113 144 144 phpize --clean \ 145 145 && phpize \ 146 && CFLAGS="-g -O0 -pedantic-errors -Wno-variadic-macros -Wno-long-long -Wall -Wno-unused -W -Wshadow -Werror=implicit-function-declaration -std=c89 -D_GNU_SOURCE -D_POSIX_SOURCE -Dinline=" ./configure \146 && CFLAGS="-g -O0 -pedantic-errors -Wno-variadic-macros -Wno-long-long -Wall -Wno-unused-parameter -Wno-unused-function -W -Wshadow -Werror=implicit-function-declaration -std=c89 -D_GNU_SOURCE -D_POSIX_SOURCE -Dinline=" ./configure \ 147 147 --enable-xcache-cacher \ 148 148 --enable-xcache-optimizer \ … … 163 163 | sed -ur \ 164 164 -e 's#Werror=implicit-function-declaration#We/rror=i/mplicit-function-declaration#' \ 165 -e 's#-pedantic-errors#-pedantic-e/rrors#' \ 165 166 -e 's#\./xc_processor\.h#'$PWD'/xc_processor.h#' \ 166 167 -e 's#\./xc_processor\.c\.h#'$PWD'/xc_processor.c.h#' \
Note: See TracChangeset
for help on using the changeset viewer.

