#!/bin/sh -e

clsed 's/pthread-stubs //' configure

./configure \
    --prefix=/usr

make
make DESTDIR="$1" install