Skip to content

Commit 43d6015

Browse files
committed
Using default path
1 parent a768b2f commit 43d6015

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

bin/install-password-argon2

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ git clone https://github.com/P-H-C/phc-winner-argon2.git libargon2
2222
# compile
2323
pushd libargon2
2424
make test
25-
sudo make install PREFIX=$LIBARGON2_INSTALL_DIR
25+
sudo make install PREFIX=/usr
2626
popd
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+
#

0 commit comments

Comments
 (0)