disable shared library support during configuration
authorDavid Anders <dave123@abcsinc.com>
Mon, 23 Jan 2006 13:55:55 +0000 (13:55 -0000)
committerDavid Anders <dave123@abcsinc.com>
Mon, 23 Jan 2006 13:55:55 +0000 (13:55 -0000)
package/libelf/Config.in
package/libelf/libelf.mk

index e0108f2a3f044f923f54c79ab3b441fb1e1369ec..3fc933f005f01ebd0c573eb0e898368a0ef1e23b 100644 (file)
@@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBELF
        default n
        help
          This is the public release of libelf-0.8.5, a free ELF object
-         file access library.
+         file access library. This build does not generate a shared
+         library.
 
          http://www.stud.uni-hannover.de/~michael/software/
index 3fa3151206e2672856828e6fe986f0278271e687..119155c82cd9970257b42719b333fdc641cd3715 100644 (file)
@@ -31,7 +31,7 @@ $(LIBELF_DIR)/.configured: $(LIBELF_DIR)/.source
                --prefix=/usr \
                --sysconfdir=/etc \
                $(DISABLE_NLS) \
-               --enable-shared \
+               --disable-shared \
        );
        touch $(LIBELF_DIR)/.configured;