• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/erlang-p1-sip/0001-fix-includes.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
1
Description: correct include
2
 This part of the code was moved into it's own project and was packaged
3
 separately by me. To make the build process work, this small fix is
4
 necessary.
5
Author: Philipp Huebner <debalance@debian.org>
6
​
7
Index: erlang-p1-sip/src/esip_socket.erl
8
===================================================================
9
--- erlang-p1-sip.orig/src/esip_socket.erl
10
+++ erlang-p1-sip/src/esip_socket.erl
11
@@ -22,7 +22,7 @@
12
 
13
 -include("esip.hrl").
14
 -include("esip_lib.hrl").
15
--include("stun.hrl").
16
+-include_lib("p1_stun/include/stun.hrl").
17
 
18
 -define(TCP_SEND_TIMEOUT, 15000).
19
 -define(CONNECT_TIMEOUT, 20000).
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.