Package: optee-client / 4.7.0-1

Metadata

Package Version Patches format
optee-client 4.7.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001_fix_libckteec_symlink.patch | (download)

libckteec/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ldconfig-symlink-referencing-wrong-file
 Let libcktee.so.0 link to libcktee.so.0.x.x
0001_fix_libseteec_symlink.patch | (download)

libseteec/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ldconfig-symlink-referencing-wrong-file
 Let libsetee.so.0 link to libsetee.so.0.x.x
0002_dont_set_crosscompile.patch | (download)

flags.mk | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't set default cross compile
 The original makefile will set cross compile to armhf if CROSS_COMPILE
 is empty. But we want to use native compiler thus we remove that settings.