#!/bin/sh -e

export LDFLAGS="-Wl,-z,lazy"

./configure \
    --prefix=/usr

make
make DESTDIR="$1" install