#!/bin/sh
# compile_patch
cd /usr/src/patch*

export CPPFLAGS=-D_GNU_SOURCE &&
./configure --prefix=/usr &&
unset CPPFLAGS &&
make &&
make install
