#!/bin/sh -e make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -static -fPIC -fno-lto -fno-use-linker-plugin" make DESTDIR="$1" PREFIX=/usr install