default_pre_build &&
if [ "$GRSECPATCH" == "y" ]
then
	unpack_file 3 &&
	cd $SOURCE_DIRECTORY &&
	patch -p1 <${SOURCE_CACHE}/$SOURCE3
	message "Ignore the patch failure, it's just a Makefile issue, fixed it with sed" &&
	sed -i -e "s/PF_EXT_SLIB:=ah/PF_EXT_SLIB:=stealth ah/" extensions/Makefile
fi
