summary refs log blame commit diff
path: root/pkgs/servers/coturn/pure-configure.patch
blob: 0315a71b1844fc602bcaa9b773cb4093c3f0077b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                  
diff --git a/configure b/configure
index 28a0625..ea25488 100755
--- a/configure
+++ b/configure
@@ -624,12 +624,6 @@ fi
 
 TMPDIR="."
 
-if [ -d /var/tmp ] ; then
-  TMPDIR="/var/tmp"
-elif [ -d /tmp ] ; then
-  TMPDIR=/tmp
-fi
-
 ${ECHO_CMD} Use TMP dir ${TMPDIR}
 
 #########################