aboutsummaryrefslogtreecommitdiffstats
path: root/package/libelf/libelf.mk
diff options
context:
space:
mode:
authorDavid Anders <dave123@abcsinc.com>2006-01-23 13:55:55 +0000
committerDavid Anders <dave123@abcsinc.com>2006-01-23 13:55:55 +0000
commit8351d099e251fffc284c2943e7de5ce060ff5a15 (patch)
tree44077c2560ea8f5cf06367e9a50fc12636b34745 /package/libelf/libelf.mk
parent48790084428b35931a9ea83ccce42467b92a145c (diff)
downloadbuildroot-novena-8351d099e251fffc284c2943e7de5ce060ff5a15.tar.gz
buildroot-novena-8351d099e251fffc284c2943e7de5ce060ff5a15.zip
disable shared library support during configuration
Diffstat (limited to 'package/libelf/libelf.mk')
-rw-r--r--package/libelf/libelf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libelf/libelf.mk b/package/libelf/libelf.mk
index 3fa315120..119155c82 100644
--- a/package/libelf/libelf.mk
+++ b/package/libelf/libelf.mk
@@ -31,7 +31,7 @@ $(LIBELF_DIR)/.configured: $(LIBELF_DIR)/.source
--prefix=/usr \
--sysconfdir=/etc \
$(DISABLE_NLS) \
- --enable-shared \
+ --disable-shared \
);
touch $(LIBELF_DIR)/.configured;