e2fsprogs: restore patch from [12355], lost between upgrade & downgrade
SVN-Revision: 18909
This commit is contained in:
parent
5734bdddcd
commit
fdd4a4e613
1 changed files with 11 additions and 0 deletions
11
package/e2fsprogs/patches/001-fix_abs_shlibs_symlinks.patch
Normal file
11
package/e2fsprogs/patches/001-fix_abs_shlibs_symlinks.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/lib/Makefile.elf-lib
|
||||
+++ b/lib/Makefile.elf-lib
|
||||
@@ -45,7 +45,7 @@ install-shlibs install:: $(ELF_LIB) inst
|
||||
@echo " SYMLINK $(ELF_INSTALL_DIR)/$(ELF_SONAME)"
|
||||
@$(LN_S) -f $(ELF_LIB) $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_SONAME)
|
||||
@echo " SYMLINK $(libdir)/$(ELF_IMAGE).so"
|
||||
- @$(LN_S) -f $(ELF_INSTALL_DIR)/$(ELF_SONAME) \
|
||||
+ @$(LN_S) -f $(ELF_SONAME) \
|
||||
$(DESTDIR)$(libdir)/$(ELF_IMAGE).so
|
||||
@echo " LDCONFIG"
|
||||
@-$(LDCONFIG)
|
Loading…
Reference in a new issue