mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
fix clang warnings
One can't be fixed: linker complaining about -pthread. This comes from .la files installed by macports. Meanwhile, it is necessary to use --disable-strict on macos until macport moves to clang.
This commit is contained in:
parent
aa691efabb
commit
7390fca8b2
3 changed files with 3 additions and 3 deletions
|
|
@ -77,7 +77,7 @@ The softwares below need to be compiled manually. To ensure compatibility with m
|
|||
|
||||
Then or otherwise, do:
|
||||
|
||||
$ ./configure --prefix=/opt/local --with-readline=/opt/local --disable-x11 --with-srtp=/opt/local --with-gsm=/opt/local --enable-zrtp && make
|
||||
$ ./configure --prefix=/opt/local --with-readline=/opt/local --disable-x11 --with-srtp=/opt/local --with-gsm=/opt/local --enable-zrtp --disable-strict && make
|
||||
|
||||
Install to /opt/local
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a1050064829f616835ce23f3ed538d10f3456fd5
|
||||
Subproject commit e7483d24d6fb0823b0d72157fa3112104c6ddada
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit e96c55df4436db74656d5feedf3e8fd12adb74e4
|
||||
Subproject commit 120e58e2c12d608ecb7a2f0c4ae91768cb1862a0
|
||||
Loading…
Add table
Reference in a new issue