blob: cb6c75df90b0983b820a3332bb4a55b59ef5d60f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
<aliases>
linux-gnu
</aliases>
|