Module: kamailio
Branch: master
Commit: 7afe5b9837d38cd77f75c3028c9134673c95404e
URL: https://github.com/kamailio/kamailio/commit/7afe5b9837d38cd77f75c3028c91346…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-03-08T20:25:00+01:00
pua_reginfo: extern declaration of global vars in header file
---
Modified: src/modules/pua_reginfo/pua_reginfo.h
---
Diff: https://github.com/kamailio/kamailio/commit/7afe5b9837d38cd77f75c3028c91346…
Patch: https://github.com/kamailio/kamailio/commit/7afe5b9837d38cd77f75c3028c91346…
---
diff --git a/src/modules/pua_reginfo/pua_reginfo.h b/src/modules/pua_reginfo/pua_reginfo.h
index a15b7e47a8..133191541b 100644
--- a/src/modules/pua_reginfo/pua_reginfo.h
+++ b/src/modules/pua_reginfo/pua_reginfo.h
@@ -16,8 +16,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
@@ -27,9 +27,9 @@
#include "../pua/pua_bind.h"
#include "../usrloc/usrloc.h"
-str default_domain;
-str outbound_proxy;
-str server_address;
+extern str default_domain;
+extern str outbound_proxy;
+extern str server_address;
extern usrloc_api_t ul; /*!< Structure containing pointers to usrloc functions*/
extern pua_api_t pua; /*!< Structure containing pointers to PUA functions*/
Dear Henning
Executing "make cfg " gives below output
[root@www kamailio-5.3.2]# make cfg
make -C src/ cfg
target architecture <mips64>, host architecture <x86_64>
----------------------------------------------------------------------------------------------------------------------------------------------------------
In native platform it is compiling successfully. But giving problem for
target platform i.e mips64-octeon-linux.
Please help me with steps for mips compilation
Thanks and Regards
Subhra Prakash Giri
>