X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=rebuild;h=569b3fccd09edb36fee2a0e9e694fcbbf030c8de;hb=refs%2Ftags%2FRELEASE_0_18_0;hp=fe6576e2e49d3b2c34bb6b8ce8db007efc37a939;hpb=391c9a6e51b6b1476dc0a7d8561824d1844e60ca;p=m6w6%2Fext-http diff --git a/rebuild b/rebuild index fe6576e..569b3fc 100755 --- a/rebuild +++ b/rebuild @@ -4,7 +4,7 @@ rm -f warnings if test -d "$1"; then PREFIX=$1 else - PREFIX=/opt + PREFIX=/usr fi echo "Using prefix '$PREFIX' for phpize and php-config!" @@ -18,7 +18,7 @@ fi echo "DONE" echo -n "configuring... " -CFLAGS="-Wall -Wextra -Wno-unused-parameter -Wfloat-equal -Wdeclaration-after-statement -Wundef -Wbad-function-cast -Wcast-align -Wmissing-field-initializers -Wnested-externs" \ +CFLAGS="-W -Wchar-subscripts -Wformat=2 -Wno-format-y2k -Wimplicit -Wmissing-braces -Wunused-variable -Wbad-function-cast -Wpointer-arith -Wsign-compare -Winline" \ ./configure --with-php-config=${PREFIX}/bin/php-config $2 >/dev/null if test $? -ne 0 ; then echo "FAILED!" @@ -35,6 +35,6 @@ else fi if test -s warnings; then - grep -E "^/.+http" warnings + cat warnings fi