File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,15 @@ git clone https://github.com/P-H-C/phc-winner-argon2.git libargon2
2222# compile
2323pushd libargon2
2424make test
25- sudo make install PREFIX=$LIBARGON2_INSTALL_DIR
25+ sudo make install PREFIX=/usr
2626popd
2727
28+ echo " --with-password-argon2" >> $TRAVIS_BUILD_DIR /custom_configure_options
2829
2930# add the option in custom_configure_options
30- if [[ $VERSION =~ ^7.4 ]] || [[ " $( printf " 7.4\n$VERSION " | sort -V | head -n1) " < " 7.4" ]]; then
31- echo " --with-password-argon2=$LIBARGON2_INSTALL_DIR " >> $TRAVIS_BUILD_DIR /custom_configure_options
32- else
33- echo " --with-password-argon2" >> $TRAVIS_BUILD_DIR /custom_configure_options
34- fi
35-
31+ # if [[ $VERSION =~ ^7.4 ]] || [[ "$(printf "7.4\n$VERSION" | sort -V | head -n1)" < "7.4" ]]; then
32+ # echo "--with-password-argon2=$LIBARGON2_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options
33+ # else
34+ # echo "--with-password-argon2" >> $TRAVIS_BUILD_DIR/custom_configure_options
35+ # fi
36+ #
You can’t perform that action at this time.
0 commit comments