#!/bin/sh -e
sed -i 's/pthread-stubs //' configure
./configure \
--prefix=/usr
make
make DESTDIR="$1" install