Added libnice prebuild with gcc-9
This commit is contained in:
parent
1716e118fc
commit
990a9aa1fe
Binary file not shown.
@ -14,10 +14,10 @@ library_names='libnice.so.10.9.0 libnice.so.10 libnice.so'
|
|||||||
old_library=''
|
old_library=''
|
||||||
|
|
||||||
# Linker flags that can not go in dependency_libs.
|
# Linker flags that can not go in dependency_libs.
|
||||||
inherited_linker_flags=''
|
inherited_linker_flags=' -pthread'
|
||||||
|
|
||||||
# Libraries that this one depends upon.
|
# Libraries that this one depends upon.
|
||||||
dependency_libs=' -L/root/libnice/../boringssl/crypto/ -L/root/libnice/../boringssl/ssl/ -lrt -lz -lpthread -ldl -lresolv -lcrypto -lssl'
|
dependency_libs=' -L/root/workspace/libnice/../boringssl//crypto/ -L/root/workspace/libnice/../boringssl//ssl/ -L/root/workspace/libnice../boringssl//crypto/ -L/root/workspace/libnice../boringssl//ssl/ -lrt -lssl -lcrypto -lz -lresolv -ldl -lpcre'
|
||||||
|
|
||||||
# Names of additional weak libraries provided by this library
|
# Names of additional weak libraries provided by this library
|
||||||
weak_library_names=''
|
weak_library_names=''
|
||||||
@ -38,4 +38,4 @@ dlopen=''
|
|||||||
dlpreopen=''
|
dlpreopen=''
|
||||||
|
|
||||||
# Directory that this library needs to be installed in:
|
# Directory that this library needs to be installed in:
|
||||||
libdir='/root/libnice/packages/lib'
|
libdir='/root/workspace/libnice/out/lib'
|
||||||
|
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
prefix=/root/libnice/packages
|
prefix=/root/workspace/libnice/out
|
||||||
exec_prefix=${prefix}
|
exec_prefix=${prefix}
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
Loading…
Reference in New Issue
Block a user