#!/bin/sh -e # Workaround for missing protocols/rwhod.h CFLAGS="$CFLAGS -DRLOADSTUB" ./configure \ --prefix=/usr make make DESTDIR="$1" install