-
由 JP Abgrall 创作于
The important part is b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. Change-Id: Ic1a02ec5cfcb2bedda3d53f3061037e1e7437221 Signed-off-by:
JP Abgrall <jpa@google.com> Signed-off-by:
Jaegeuk Kim <jaegeuk@kernel.org>
由 JP Abgrall 创作于The important part is b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. Change-Id: Ic1a02ec5cfcb2bedda3d53f3061037e1e7437221 Signed-off-by:
JP Abgrall <jpa@google.com> Signed-off-by:
Jaegeuk Kim <jaegeuk@kernel.org>
该项目在 GNU Lesser General Public License v2.1 only下获得许可。
进一步了解
加载中