svn commit: trunk/buildroot/package/libelf

prpplague at uclibc.org prpplague at uclibc.org
Mon Jan 23 14:15:36 UTC 2006


Author: prpplague
Date: 2006-01-23 06:15:35 -0800 (Mon, 23 Jan 2006)
New Revision: 13506

Log:
removed unnessary patch and removed references for installing shared libs that are not built

Removed:
   trunk/buildroot/package/libelf/libelf.patch

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


Changeset:
Modified: trunk/buildroot/package/libelf/libelf.mk
===================================================================
--- trunk/buildroot/package/libelf/libelf.mk	2006-01-23 13:55:55 UTC (rev 13505)
+++ trunk/buildroot/package/libelf/libelf.mk	2006-01-23 14:15:35 UTC (rev 13506)
@@ -43,8 +43,6 @@
 		instroot=$(STAGING_DIR) -C $(LIBELF_DIR) install
 
 $(TARGET_DIR)/usr/lib/libelf.so.$(LIBELF_VER): $(STAGING_DIR)/usr/lib/libelf.a
-	$(INSTALL) -m 0644 $(STAGING_DIR)/usr/lib/libelf.so.$(LIBELF_VER) $(TARGET_DIR)/usr/lib/
-	$(INSTALL) -m 0644 $(STAGING_DIR)/usr/lib/libelf.so.0 $(TARGET_DIR)/usr/lib/
 
 libelf: uclibc $(TARGET_DIR)/usr/lib/libelf.so.$(LIBELF_VER)
 

Deleted: trunk/buildroot/package/libelf/libelf.patch
===================================================================
--- trunk/buildroot/package/libelf/libelf.patch	2006-01-23 13:55:55 UTC (rev 13505)
+++ trunk/buildroot/package/libelf/libelf.patch	2006-01-23 14:15:35 UTC (rev 13506)
@@ -1,11 +0,0 @@
---- libelf-0.8.5/aclocal.m4.orig	2003-12-05 08:36:00.000000000 -0700
-+++ libelf-0.8.5/aclocal.m4	2005-04-12 16:01:16.000000000 -0600
-@@ -191,7 +191,7 @@
- }>>, changequote([, ])dnl
-       mr_cv_target_elf=yes,
-       mr_cv_target_elf=no,
--      mr_cv_target_elf=no)])])
-+      mr_cv_target_elf=yes)])])
- 
- AC_DEFUN(mr_ENABLE_SHARED, [
-   AC_PROVIDE([$0])




More information about the uClibc-cvs mailing list