blob: 326e6661a8334b20ab99f3a0f160ccf4e0aa9af2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
os_type unix
soname_pattern_base "libbotan-{version_major}.{version_minor}.so"
soname_pattern_abi "libbotan-{version_major}.{version_minor}.so.{abi_rev}"
soname_pattern_patch "libbotan-{version_major}.{version_minor}.so.{abi_rev}.{version_patch}"
<target_features>
clock_gettime
gettimeofday
posix_mlock
gmtime_r
dlopen
readdir
timegm
sockets
threads
filesystem
</target_features>
|