File sqlite-remove-gcc-symbol-versions.patch of Package code

--- a/node_modules/@vscode/sqlite3/src/gcc-preinclude.h
+++ a/node_modules/@vscode/sqlite3/src/gcc-preinclude.h
@@ -9,19 +9,9 @@
 #if defined(__USE_GNU)
 
 #if defined(__x86_64__)
-__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
-__asm__(".symver exp,exp@GLIBC_2.2.5");
-__asm__(".symver log,log@GLIBC_2.2.5");
-__asm__(".symver pow,pow@GLIBC_2.2.5");
-__asm__(".symver fcntl64,fcntl@GLIBC_2.2.5");
 #endif
 
 #if defined(__aarch64__) || defined(_M_ARM64)
-__asm__(".symver memcpy,memcpy@GLIBC_2.17");
-__asm__(".symver exp,exp@GLIBC_2.17");
-__asm__(".symver log,log@GLIBC_2.17");
-__asm__(".symver pow,pow@GLIBC_2.17");
-__asm__(".symver fcntl64,fcntl@GLIBC_2.17");
 #endif
 
 #endif
openSUSE Build Service is sponsored by