X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=travis%2Fcompile-ext-raphf.sh;fp=travis%2Fcompile-ext-raphf.sh;h=4c5cb9063f9a3fc01356caf0113a11aa9b3787d3;hb=46fff14a4d937206e6941897148f901431a7565a;hp=2b2f0130ab022fa6eb19f5000b23df2b5167bdef;hpb=f5a127c38d7e60f734ef02f0b2f4c0b8d8e14141;p=m6w6%2Fext-pq diff --git a/travis/compile-ext-raphf.sh b/travis/compile-ext-raphf.sh index 2b2f013..4c5cb90 100755 --- a/travis/compile-ext-raphf.sh +++ b/travis/compile-ext-raphf.sh @@ -2,11 +2,11 @@ set -e -git clone --depth 1 https://github.com/php/pecl-php-raphf $HOME$BUILD_SRC_DIR/raphf +git clone --depth 1 https://github.com/m6w6/ext-raphf $HOME$BUILD_SRC_DIR/raphf cd $HOME$BUILD_SRC_DIR/raphf $HOME$BUILD_INSTALL_DIR/bin/phpize -./configure --with-php-config=$HOME$BUILD_INSTALL_DIR/bin/php-config --enable-raphf +./configure --with-php-config=$HOME$BUILD_INSTALL_DIR/bin/php-config make -j2 --quiet install