mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Added OpenSSL as an alternative to GnuTLS
This commit is contained in:
6
Jamfile
6
Jamfile
@ -6,13 +6,15 @@ lib libdatachannel
|
||||
[ glob ./src/*.cpp ]
|
||||
: # requirements
|
||||
<include>./include/rtc
|
||||
<cxxflags>"`pkg-config --cflags gnutls glib-2.0 gobject-2.0 nice`"
|
||||
<define>USE_GNUTLS=0
|
||||
<cxxflags>"`pkg-config --cflags openssl glib-2.0 gobject-2.0 nice`"
|
||||
<library>/libdatachannel//usrsctp
|
||||
: # default build
|
||||
<link>static
|
||||
: # usage requirements
|
||||
<include>./include
|
||||
<linkflags>"`pkg-config --libs gnutls glib-2.0 gobject-2.0 nice`"
|
||||
<cxxflags>-pthread
|
||||
<linkflags>"`pkg-config --libs openssl glib-2.0 gobject-2.0 nice`"
|
||||
;
|
||||
|
||||
alias usrsctp
|
||||
|
Reference in New Issue
Block a user