Displaying 2 results from an estimated 2 matches for "lib_cv___va_copi".
Did you mean:
lib_cv___va_copy
2011 Feb 01
0
cross compile dovecot with openssl
hello everyone:
i can configue dovecot with the following:
./configure --build='i686-pc-linux-gnu' --host='arm-openwrt-linux'
--with-ssl=openssl --with-storages=maildir i_cv_epoll_works=yes
i_cv_inotify_works=yes i_cv_posix_fallocate_works=yes
i_cv_signed_size_t=no i_cv_gmtime_max_time_t=32 i_cv_signed_time_t=yes
i_cv_mmap_plays_with_write=yes i_cv_fd_passing=yes
2009 Aug 07
1
cross compile dovecot for armv5t fails
Hi anyone.
When I run make trying to compile Dovecot for a network attached storage
box and it fails.
I have used two variants of configuration:
The first ./configure
i_cv_epoll_works=no i_cv_inotify_works=no i_cv_posix_fallocate_works=no
i_cv_signed_size_t=no i_cv_gmtime_max_time_t=32 i_cv_signed_time_t=yes
i_cv_mmap_plays_with_write=yes i_cv_fd_passing=yes
i_cv_c99_vsnprintf=yes