Skip to content

Commit

Permalink
Merge pull request #523 from dOpensource/v0.721
Browse files Browse the repository at this point in the history
V0.721
  • Loading branch information
mackhendricks committed Jul 18, 2023
2 parents bad127f + dde42d6 commit 973068e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kamailio/debian/11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ EOF

## compile and install libks
if [[ ! -d ${SRC_DIR}/libks ]]; then
git clone --single-branch https://github.com/signalwire/libks ${SRC_DIR}/libks
git clone --single-branch https://github.com/signalwire/libks -b v1.8.3 ${SRC_DIR}/libks
fi
( cd ${SRC_DIR}/libks && cmake -DCMAKE_INSTALL_PREFIX=/usr . && make install; exit $?; ) ||
{ printerr 'Failed to compile and install libks'; return 1; }
Expand Down

0 comments on commit 973068e

Please sign in to comment.