Skip to content

Commit 640774f

Browse files
committed
Adding support to PHP 8.1, fixing argon2
1 parent 819f40c commit 640774f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/install-password-argon2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ make install PREFIX=$LIBARGON2_INSTALL_DIR
2020
popd
2121

2222
# add the option in custom_configure_options
23-
echo "--with-password-argon2=$LIBARGON2_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options
23+
#echo "--with-password-argon2=$LIBARGON2_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options
24+
echo "--with-password-argon2" >> $TRAVIS_BUILD_DIR/custom_configure_options

0 commit comments

Comments
 (0)