aboutsummaryrefslogtreecommitdiffstats
path: root/package/libelf/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-06 14:21:00 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-06 14:21:00 +0000
commit2534b2ee7952919146f810802e675621b55062bb (patch)
tree647c019cbc281029561dfe2fd176d83b596a88d9 /package/libelf/Config.in
parent1c1167cf7d30cb12048c59da2b6c1959cce515c5 (diff)
downloadbuildroot-novena-2534b2ee7952919146f810802e675621b55062bb.tar.gz
buildroot-novena-2534b2ee7952919146f810802e675621b55062bb.zip
- 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.
Diffstat (limited to 'package/libelf/Config.in')
-rw-r--r--package/libelf/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/libelf/Config.in b/package/libelf/Config.in
index 3fc933f00..3afde80d3 100644
--- a/package/libelf/Config.in
+++ b/package/libelf/Config.in
@@ -7,3 +7,11 @@ config BR2_PACKAGE_LIBELF
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.