My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/servers/coturn/pure-configure.patch

17 lines
295 B

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}
#########################