svn commit: trunk/buildroot/package/libelf

prpplague at uclibc.org prpplague at uclibc.org
Mon Jan 23 13:55:55 UTC 2006


Author: prpplague
Date: 2006-01-23 05:55:55 -0800 (Mon, 23 Jan 2006)
New Revision: 13505

Log:
disable shared library support during configuration

Modified:
   trunk/buildroot/package/libelf/Config.in
   trunk/buildroot/package/libelf/libelf.mk


Changeset:
Modified: trunk/buildroot/package/libelf/Config.in
===================================================================
--- trunk/buildroot/package/libelf/Config.in	2006-01-23 13:47:36 UTC (rev 13504)
+++ trunk/buildroot/package/libelf/Config.in	2006-01-23 13:55:55 UTC (rev 13505)
@@ -3,6 +3,7 @@
 	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/

Modified: trunk/buildroot/package/libelf/libelf.mk
===================================================================
--- trunk/buildroot/package/libelf/libelf.mk	2006-01-23 13:47:36 UTC (rev 13504)
+++ trunk/buildroot/package/libelf/libelf.mk	2006-01-23 13:55:55 UTC (rev 13505)
@@ -31,7 +31,7 @@
 		--prefix=/usr \
 		--sysconfdir=/etc \
 		$(DISABLE_NLS) \
-		--enable-shared \
+		--disable-shared \
 	);
 	touch $(LIBELF_DIR)/.configured;
 




More information about the uClibc-cvs mailing list