Skip to content

Instantly share code, notes, and snippets.

@badboy
Created November 26, 2014 12:50
Show Gist options
  • Save badboy/f28fc95b74471c7ba4a0 to your computer and use it in GitHub Desktop.
Save badboy/f28fc95b74471c7ba4a0 to your computer and use it in GitHub Desktop.
Compile siped on SmartOS
wget http://www.tarsnap.com/spiped/spiped-1.4.2.tgz
tar -xvf spiped-1.4.2.tgz
cd spiped-1.4.2
pkgin -y in gcc48 gmake
mkdir bin
gmake clean all install BINDIR=$(pwd)/bin CC=gcc CFLAGS_DEFAULT="-O2 -D__EXTENSIONS__"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment