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