diff options
author | David Anders <dave123@abcsinc.com> | 2006-01-23 13:55:55 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-01-23 13:55:55 +0000 |
commit | 8351d099e251fffc284c2943e7de5ce060ff5a15 (patch) | |
tree | 44077c2560ea8f5cf06367e9a50fc12636b34745 /package/libelf/libelf.mk | |
parent | 48790084428b35931a9ea83ccce42467b92a145c (diff) |
disable shared library support during configuration
Diffstat (limited to 'package/libelf/libelf.mk')
-rw-r--r-- | package/libelf/libelf.mk | 2 |
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; |