From 2534b2ee7952919146f810802e675621b55062bb Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 6 Apr 2007 14:21:00 +0000 Subject: - 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. --- package/libelf/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package/libelf/Config.in') 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. -- cgit v1.2.3