buildrootschalter/package/libelf/Config.in
Bernhard Reutner-Fischer 2534b2ee79 - someone disabled shared lib support without fixing the libelf rule leading to
useless rebuilds. Add option to install the lib to the target and not only to
  the staging_dir.
2007-04-06 14:21:00 +00:00

18 lines
433 B
Plaintext

config BR2_PACKAGE_LIBELF
bool "libelf"
default n
help
This is the public release of libelf-0.8.5, a free ELF object
file access library. This build does not generate a shared
library.
http://www.stud.uni-hannover.de/~michael/software/
config BR2_PACKAGE_LIBELF_HEADERS
bool "headers on the target"
default n
depends on BR2_PACKAGE_LIBELF
help
Whether to copy the lib and the headers to the
target system.