removed unnessary patch and removed references for installing shared libs that are not built
This commit is contained in:
parent
8351d099e2
commit
bae94960df
@ -43,8 +43,6 @@ $(STAGING_DIR)/usr/lib/libelf.a: $(LIBELF_DIR)/libelf.so.$(LIBELF_VER)
|
||||
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)
|
||||
|
||||
|
@ -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])
|
Loading…
Reference in New Issue
Block a user