Skip to content

Commit d994cb2

Browse files
committed
Temporarily use a different branch for libss to fix compilation issues
1 parent 74b6426 commit d994cb2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Makefile.settings

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ SDSPREL=46
77

88
## Git hash for libstirshaken
99
## https://github.com/signalwire/libstirshaken
10-
LIBSSHASH=6d99ee01ecb3d2930d5440b0e78e2cb3b1f3f326
10+
##
11+
## Note 2023-10-18:
12+
## This is a commit from the `test` branch, not from master. This is due
13+
## to https://github.com/signalwire/libstirshaken/issues/138 causing
14+
## the tests to fail being compiled, because of a missing include path.
15+
## This should be updated to master when this is merged.
16+
LIBSSHASH=65272ac2f4af05d9e25d04753e2ecbeddb23e6d0
1117
LIBSSVERS=2023.08.22
12-
LIBSSREL=1
18+
LIBSSREL=2
1319

1420
## Git hash for libkitchensink
1521
## https://github.com/signalwire/libks

0 commit comments

Comments
 (0)