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
megatools: siwtch from experimental to stable 1.11.0
[kiss-trunc88.git]
/
tor
/
build
blob
5e6e2c47f7a0f0de61002b7d674345363db81bce
1
#!/bin/sh -e
2
3
export
CFLAGS
=
"-O2 -pipe -march=westmere -ftree-vectorize"
4
export
CXXFLAGS
=
"
$CFLAGS
"
5
6
.
/
configure \
7
--sysconfdir
=/
etc \
8
--prefix
=/
usr
9
10
make
11
make
DESTDIR
=
"
$1
"
install
12
13
# Install runit service.
14
install
-Dm755
tor.run
"
$1
/etc/sv/tor/run"