#!/bin/sh -e
patch -p1 < portability.patch
./configure \
--prefix=/usr \
--disable-selinux
make
make DESTDIR="$1" install