#!/bin/sh -e export LDFLAGS="$LDFLAGS -static" ./configure \ --prefix=/usr \ --with-system-zlib make make DESTDIR="$1" install