updated hamlib linux binaries

hopefully this is a portable version...
This commit is contained in:
dj2ls 2022-01-16 18:01:47 +01:00
parent 2157130f69
commit cd757f3ca3
7 changed files with 2938 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,3 @@
# Hamlib Python binding
we need to copy "libhamlib.so.4.0.4" from build_dir/lib/ to this path, rename it to "libhamlib.so.4 and add it to source directory of tnc and daemon binary

Binary file not shown.

View file

@ -0,0 +1,41 @@
# _Hamlib.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-9
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='_Hamlib.so'
# Names of this library.
library_names='_Hamlib.so _Hamlib.so _Hamlib.so'
# The name of the static archive.
old_library='_Hamlib.a'
# Linker flags that cannot go in dependency_libs.
inherited_linker_flags=' -pthread'
# Libraries that this one depends upon.
dependency_libs=' /home/dj2ls/hamlib4.4/lib/libhamlib.la -ldl -lm -lusb-1.0 -L/usr/lib -lpython3.8'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for _Hamlib.
current=0
age=0
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=yes
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/home/dj2ls/hamlib4.4/lib/python3.8/site-packages'

Binary file not shown.

Binary file not shown.