[Buildroot] [PATCH] libsndfile: select BR2_LARGEFILE

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Sep 18 05:02:50 UTC 2012


Dear Ryan Mallon,

On Tue, 18 Sep 2012 08:41:26 +1000, Ryan Mallon wrote:
> libsndfile requires sizeof(sf_count_t) == 8, where sf_count_t is a

>  config BR2_PACKAGE_LIBSNDFILE
>         bool "libsndfile"
> +       select BR2_LARGEFILE
>         help
>           Libsndfile is a C library for reading and writing files containing
>           sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format)

No, you shouldn't select BR2_LARGEFILE. You should depend on it. See
package/cdrkit/Config.in for an example. Don't forget to also add the
comment when BR2_LARGEFILE is not available.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list