summarylogtreecommitdiffstats
path: root/0001-Don-t-build-Java-bindings.patch
blob: 20470f7a58af598526840d3892a6a9b0c7af7575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 2a528772c79a6575bef2dfcd0699945409ef9dd1 Mon Sep 17 00:00:00 2001
From: Nobody <nobody@nowhere.net>
Date: Mon, 17 Sep 2001 00:00:00 +0000
Subject: [PATCH 1/2] Don't build Java bindings

---
 pjsip-apps/src/swig/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pjsip-apps/src/swig/Makefile b/pjsip-apps/src/swig/Makefile
index ef8d0c9..e6d2580 100644
--- a/pjsip-apps/src/swig/Makefile
+++ b/pjsip-apps/src/swig/Makefile
@@ -7,7 +7,7 @@ else
     ifneq ($(findstring ios,$(TARGET_NAME)),)
   	DIRS = csharp
     else
-  	DIRS = python java
+        DIRS = python
     endif
 endif
 
-- 
2.20.1