mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:53:08 +02:00
add a patch to use relative symlinks for development shared libraries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12355 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0ca73d07c3
commit
5775f91347
12
package/e2fsprogs/patches/001-fix_abs_shlibs_symlinks.patch
Normal file
12
package/e2fsprogs/patches/001-fix_abs_shlibs_symlinks.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ruN e2fsprogs-1.40.11.orig/lib/Makefile.elf-lib e2fsprogs-1.40.11/lib/Makefile.elf-lib
|
||||
--- e2fsprogs-1.40.11.orig/lib/Makefile.elf-lib 2008-01-01 22:47:01.000000000 +0100
|
||||
+++ e2fsprogs-1.40.11/lib/Makefile.elf-lib 2008-08-13 13:32:47.206558190 +0200
|
||||
@@ -45,7 +45,7 @@
|
||||
@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 New Issue
Block a user