[sr-dev] git:master:392688fc: app_python3: Makefile - suppress warning if --embed is not supported by python3-config

2020-04-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 392688fc756a97f65c2433bb6af7adedca4e0abf URL: https://github.com/kamailio/kamailio/commit/392688fc756a97f65c2433bb6af7adedca4e0abf Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-04-12T12:06:52+02:00 app_python3: Makefile

Re: [sr-dev] [kamailio/kamailio] app_python3: update Python3 detection mechanism (#2282)

2020-04-12 Thread Daniel-Constantin Mierla
Merged #2282 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2282#event-3224936454___ Kamailio (SER) - Development Mailing Lis

[sr-dev] git:master:35251dfb: Merge pull request #2282 from micmac1/py3-detect

2020-04-12 Thread GitHub
Module: kamailio Branch: master Commit: 35251dfbd17d27478063be56f7f96ca62c8d480b URL: https://github.com/kamailio/kamailio/commit/35251dfbd17d27478063be56f7f96ca62c8d480b Author: Daniel-Constantin Mierla Committer: GitHub Date: 2020-04-12T11:56:40+02:00 Merge pull request #2282 from micmac1/py

Re: [sr-dev] [kamailio/kamailio] app_python3: update Python3 detection mechanism (#2282)

2020-04-12 Thread Daniel-Constantin Mierla
Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2282#issuecomment-612590632___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] [kamailio/kamailio] app_python3: update Python3 detection mechanism (#2282)

2020-04-12 Thread micmac1
This commit - removes the python calls whose output is never actually used. - changes the include discovery to use python3(.x)-config. This is preferable because it also works for cross-compiling. Calling python3(.x) directly will always provide host flags, which for cross-compili