# fss-0002

main:
  ./configure $CONF $DOCDIR
  sed -i -e 's|#define HAVE_MALLOC 0|#define HAVE_MALLOC 1|g' config.h
  sed -i -e 's|#define HAVE_REALLOC 0|#define HAVE_REALLOC 1|g' config.h
  sed -i -e '/rpl_malloc/d' config.h
  sed -i -e '/rpl_realloc/d' config.h
  make
  make install
  chgrp -R e_network /bin/curlftpfs
  chmod -R o-rx /bin/curlftpfs
