linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
gen.sh
(1009B)
1 git v4.3.11
2
3 cflags "
4 -std=gnu11
5 -D _GNU_SOURCE
6 -D _POSIX_C_SOURCE=200809L
7 -U HAVE_PAM
8 -I $srcdir/libqrexec
9 -I $pkgdir/qubes-core-vchan-xen/include
10 -Wno-variadic-macros
11 -Wno-incompatible-pointer-types
12 -Wno-pedantic
13 -Wno-implicit-function-declaration
14 -Wno-int-conversion
15 -Wno-cpp
16 "
17
18 dep qubes-core-vchan-xen/headers
19
20 lib libqrexec-utils.a --src-prefix libqrexec "
21 buffer.c
22 exec.c
23 ioall.c
24 log.c
25 open_logger.c
26 process_io.c
27 remote.c
28 replace.c
29 toml.c
30 txrx-vchan.c
31 unix-server.c
32 vchan_timeout.c
33 write-stdin.c
34 "
35
36 bin qrexec-agent --src-prefix agent "
37 qrexec-agent.c
38 qrexec-agent-data.c
39 $libdir/libqrexec-utils.a.d
40 $pkgdir/qubes-core-vchan-xen/libvchanxen.a.d
41 "
42
43 bin qrexec-fork-server --src-prefix agent "
44 qrexec-fork-server.c
45 qrexec-agent-data.c
46 $libdir/libqrexec-utils.a.d
47 $pkgdir/qubes-core-vchan-xen/libvchanxen.a.d
48 "
49
50 bin qrexec-client-vm --src-prefix agent "
51 qrexec-client-vm.c
52 qrexec-agent-data.c
53 $libdir/libqrexec-utils.a.d
54 $pkgdir/qubes-core-vchan-xen/libvchanxen.a.d
55 "