linuxmaniac left a comment (kamailio/kamailio#4605)

```
/usr/bin/cc -fPIC -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/kamailio-6.1.1~bpo13.20260226013922.66=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -DVERSION_NODATE 
-Wdate-time -D_FORTIFY_SOURCE=2 
-Wl,--dependency-file=CMakeFiles/app_python3s.dir/link.d -Wl,-z,relro 
-Wl,-z,now -shared -Wl,-soname,app_python3s.so -o app_python3s.so 
CMakeFiles/app_python3s.dir/app_python3s_mod.c.o 
CMakeFiles/app_python3s.dir/apy3s_exception.c.o 
CMakeFiles/app_python3s.dir/apy3s_kemi.c.o 
CMakeFiles/app_python3s.dir/apy3s_kemi_export.c.o  
-Wl,-rpath,::::::::::::::::::::::::::::::::::: -lpthread -ldl -lresolv
```
versus
```
/usr/bin/cc -fPIC -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/kamailio-6.1.1~bpo13.20260226013922.66=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -DVERSION_NODATE 
-Wdate-time -D_FORTIFY_SOURCE=2 
-Wl,--dependency-file=CMakeFiles/app_python3.dir/link.d -Wl,-z,relro -Wl,-z,now 
-shared -Wl,-soname,app_python3.so -o app_python3.so 
CMakeFiles/app_python3.dir/app_python3_mod.c.o 
CMakeFiles/app_python3.dir/apy_kemi.c.o 
CMakeFiles/app_python3.dir/apy_kemi_export.c.o 
CMakeFiles/app_python3.dir/python_exec.c.o 
CMakeFiles/app_python3.dir/python_msgobj.c.o 
CMakeFiles/app_python3.dir/python_support.c.o  
-Wl,-rpath,::::::::::::::::::::::::::::::::::: 
/usr/lib/aarch64-linux-gnu/libpython3.13.so -lpthread -ldl -lresolv
```



-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4605#issuecomment-3966208813
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/4605/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to