Antonio Carrillo wrote:
> 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?
Look through the generated configure file to see if it uses an ac_cv_* 
variable as cache for this. If it does, you can add that to the site file 
in include/site/linux-uclibc

- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to