# fss-0002

main:
  echo "echo $target" > config.sub
  sed -i -e 's|-Werror||g' configure
  #sed -i -e 's|enable_static=yes|enable_static=no|g' configure
  #sed -i -e 's|enable_shared=no|enable_shared=yes|g' configure
  ./configure $CONF $TARGET
  make pkgconfigdir=${TC}lib/pkgconfig/
  make pkgconfigdir=${TC}lib/pkgconfig/ install
  chmod ugo-x /lib/libSDL_gui.la
  mv -v /lib/libSDL_gui.la ${TC}lib/
  chgrp e_video -R /lib/libSDL_gui*.so*
  chmod o-rx -R /lib/libSDL_gui*.so*
  rm -vf /lib/libSDL_gui.a
