#!/bin/sh -e # Remove -pie from ldflags to prevent build breakage. LDFLAGS="$(echo $LDFLAGS|sed 's/-pie//')" cat > makeinfo <