#!/bin/sh -e export CFLAGS="$CFLAGS -fPIE" ./configure \ --prefix=/usr \ --libdir=/usr/lib \ --shared make make DESTDIR="$1" install