abinfo "Building Sabotage Linux's c_rehash implementation ..."
gcc \
    ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} \
    -o "$PKGDIR"/usr/bin/c_rehash \
    "$SRCDIR"/autobuild/retro/c_rehash.c \
    -lcrypto -lssl
