Hello.

I have a HP Mediavault 2010 in which I run Open-WRT. To better
integrate it with my Mac network, I've succesfully compiled netatalk
2.0.3, and now I'm trying to get a correct Makefile and patches to
make it easy to compile it within openwrt. By now I have a Makefile
that works ok except for the AC_SYS_LARGEFILES checking on the
netatalk's configure script. It checks that there is no support for
largefiles on the openwrt environment and disables some precious
features from netatalk. If I enable it by hand, editing the config.h
that configure creates, it compiles and works ok with largefile
support.
I want to get netatalk to compile with largefile support without
manually editing anything, so I can release this as a package to
openwrt and I can easily update it with new releases, but I don't know
how to get the AC_SYS_LARGEFILES check to work, as I'm no expert on
autoconf and related things.

Any ideas about where start to investigate?

Thanks.

-- 
--
  Antonio Carrillo
  [EMAIL PROTECTED]
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to