mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:17:32 +02:00
make libc.so symlink relative instead of absolute (#3878)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12333 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b8fc6bb720
commit
47ce0ef5fe
@ -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 New Issue
Block a user