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]
/
opus
/
build
blob
78e9bb135a238840780dbf4740b56ea2afc22969
1
#!/bin/sh -e
2
3
#./autogen.sh
4
.
/
configure \
5
--prefix
=/
usr \
6
--enable-custom-modes
\
7
--enable-check-asm
\
8
--disable-float-approx
\
9
--disable-assertions
\
10
--disable-extra-programs
\
11
--disable-doc
12
13
make
14
make
DESTDIR
=
"
$1
"
install