Config.in 407 B

12345678910111213
  1. config BR2_PACKAGE_LIBNSPR
  2. bool "libnspr"
  3. depends on BR2_LARGEFILE
  4. help
  5. NSPR is the Netscape Portable Runtime library which provides
  6. a platform-neutral API for system level and libc like
  7. functions. The library is used by the Mozilla project as well
  8. as others.
  9. http://www.mozilla.org/projects/nspr/
  10. comment "libnspr requires a toolchain with LARGEFILE support"
  11. depends on !BR2_LARGEFILE