mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Removed hard dependency on libstrophe 0.8.6 from install-all.sh
Allows getting the latest libstrophe code including SCRAM-SHA-1 support
This commit is contained in:
parent
62be586c39
commit
c92ac37ddc
@ -74,7 +74,6 @@ install_lib_strophe()
|
||||
echo
|
||||
git clone git://github.com/strophe/libstrophe.git
|
||||
cd libstrophe
|
||||
git checkout 0.8.6
|
||||
./bootstrap.sh
|
||||
./configure --prefix=$1
|
||||
make
|
||||
@ -103,7 +102,6 @@ cyg_install_lib_strophe()
|
||||
echo
|
||||
git clone git://github.com/strophe/libstrophe.git
|
||||
cd libstrophe
|
||||
git checkout 0.8.6
|
||||
./bootstrap.sh
|
||||
./bootstrap.sh # second call seems to fix problem on cygwin
|
||||
./configure --prefix=/usr
|
||||
|
Loading…
Reference in New Issue
Block a user