make libc.so symlink relative instead of absolute (#3878)
SVN-Revision: 12333
This commit is contained in:
parent
8ab217accc
commit
3cd35227ab
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ define Build/Compile
|
|||
$(SED) 's,UCLIBC_VERSION=.*,UCLIBC_VERSION=$(PKG_VERSION),' $(TOOLCHAIN_DIR)/info.mk
|
||||
$(SED) 's,UCLIBC_PATCHVER=.*,UCLIBC_PATCHVER=$(PKG_EXTRAVERSION),' $(TOOLCHAIN_DIR)/info.mk
|
||||
rm -rf $(TOOLCHAIN_DIR)/lib/libc.so
|
||||
ln -s $(TOOLCHAIN_DIR)/lib/libc.so.0 $(TOOLCHAIN_DIR)/lib/libc.so
|
||||
ln -s libc.so.0 $(TOOLCHAIN_DIR)/lib/libc.so
|
||||
endef
|
||||
|
||||
define Build/Install
|
||||
|
|
Loading…
Reference in a new issue