Hello.

I've tried to tweak the ac_cv_*, but I can't make them to work.
Finally I've put some code in the Makefile for netatalk (the makefile that
makes the openwrt package) that, after the configure step, appends to the
config.h the lines needed to compile it with large file support.
For me, this works perfectly.
Now... where should I publish this package so it can be tested for somebody
else if interested?

Thanks.

2008/7/6 Felix Fietkau <[EMAIL PROTECTED]>:

> 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
> [email protected]
> http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>



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

Reply via email to