1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 04:47:19 +03:00

[package] e2fsprogs: restore patch from [12355], lost between upgrade & downgrade

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18909 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-12-23 21:17:22 +00:00
parent bf476ef71d
commit 9ad52ed50b

View 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)