default_pre_build &&

# declare libintl.so rogue so it doesn't get removed!
if [ -f $INSTALL_LOGS/gettext* ]; then
  sedit "/\/usr\/lib\/libintl.so/d" $INSTALL_LOGS/gettext*
fi &&

# Fixes an incompatibility with glibc-2.16
sedit '/gets is a/d' gettext-*/*/stdio.in.h
