repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
git: bump to 2.36.0
[kiss-trunc88.git]
/
libsoup.mine
/
build
blob
334686ca082cafe1e971ddf8f3c48f18f18d3160
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
meson \
6
--prefix
=/
usr \
7
--sysconfdir
=/
etc \
8
--localstatedir
=/
var \
9
-Dtls_check
=
false \
10
-Dvapi
=
disabled \
11
-Dgssapi
=
disabled \
12
-Dbrotli
=
disabled \
13
-Dsysprof
=
disabled \
14
. output
15
16
ninja
-C
output
17
ninja
-C
output
install