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
openssl: bump to 3.0.3
[kiss-trunc88.git]
/
ostree
/
build
blob
8b3c760b682ecc9392f6f110c763dff41e4e787f
1
#!/bin/sh -e
2
3
unset
CFLAGS
4
unset
CXXFLAGS
5
6
.
/
configure \
7
--prefix
=/
usr \
8
--libexecdir
=/
usr
/
lib \
9
--disable-gtk-doc
\
10
--disable-man
\
11
--enable-instrospection
=
no \
12
--without-libsystemd
\
13
--disable-rofiles-fuse
14
15
make
16
make install