Linking agains openssl version 1.1.1.

This commit is contained in:
WolverinDEV 2020-03-02 17:26:41 +00:00
parent 6d947bf0ee
commit d77ba0154d
3 changed files with 3 additions and 1 deletions

View File

@ -180,6 +180,7 @@ struct _TurnServer
* @turn: The #TurnServer settings if the candidate is
* of type %NICE_CANDIDATE_TYPE_RELAYED
* @sockptr: The underlying socket
* @keepalive_next_tick: The timestamp for the next keepalive
*
* A structure to represent an ICE candidate
<note>
@ -205,6 +206,7 @@ struct _NiceCandidate
gchar *password; /* pointer to a nul-terminated password string */
TurnServer *turn;
gpointer sockptr;
guint64 keepalive_next_tick; /* next tick timestamp */
};
/**

View File

@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' -pthread'
# Libraries that this one depends upon.
dependency_libs=' -L/root/libnice/../openssl/linux_amd64/crypto/ -L/root/libnice/../openssl/linux_amd64/ssl/ -L/root/glibc-prebuild/linux_amd64/lib/x86_64-linux-gnu -lrt -lssl -lcrypto -lgio-2.0 -lz -lresolv -lgmodule-2.0 -ldl -lgobject-2.0 -lffi -lglib-2.0 -lpcre'
dependency_libs=' -L/root/libnice/../openssl/out/lib/lib -L/root/glibc-prebuild/linux_amd64/lib/x86_64-linux-gnu -lrt -lssl -lcrypto -lgio-2.0 -lz -lresolv -lgmodule-2.0 -ldl -lgobject-2.0 -lffi -lglib-2.0 -lpcre'
# Names of additional weak libraries provided by this library
weak_library_names=''

Binary file not shown.