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
hardened-malloc: disable zero on free and write after free check in light variant
[kiss-trunc88.git]
/
vorbis-tools
/
build
blob
2b28094cbe207b38acca36a06cb178f8e9a0f28b
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--sysconfdir
=/
etc \
6
--localstatedir
=/
var \
7
--disable-nls
\
8
--disable-oggtest
\
9
--disable-vorbistest
\
10
--disable-curltest
11
12
make
13
make
DESTDIR
=
"
$1
"
install