#!/bin/sh -e
export LDFLAGS="-Wl,-z,lazy"
patch -p1 < rootless-ati.patch
./configure \
--prefix=/usr
make
make DESTDIR="$1" install