X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=travis%2Fcompile-ext-raphf.sh;h=4c5cb9063f9a3fc01356caf0113a11aa9b3787d3;hp=2b2f0130ab022fa6eb19f5000b23df2b5167bdef;hb=7dda3c7100d4c67bc7d8cc363464078c2e0cc975;hpb=e7ce3fd45d17058f92ce219a34e560226cf72231 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