[SCM] jack-audio-connection-kit/master: d/rules: drop special casing of tmpdir for non-linux dists, /dev/shm shold be available everywhere nowadays

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Wed Nov 8 16:45:59 UTC 2017


The following commit has been merged in the master branch:
commit 02fff7c958c6cc77390698c404b6e35168948591
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Nov 8 16:59:40 2017 +0100

    d/rules: drop special casing of tmpdir for non-linux dists, /dev/shm shold be available everywhere nowadays
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/rules b/debian/rules
index 1fa4fb2..802d9b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,12 +20,6 @@ ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
   DEB_CONFIGURE_EXTRA_FLAGS += --enable-stripped-jackd
 endif
 
-ifeq (linux-gnu,$(DEB_HOST_GNU_SYSTEM))
-  DEB_CONFIGURE_EXTRA_FLAGS += --with-default-tmpdir=/dev/shm 
-else
-  DEB_CONFIGURE_EXTRA_FLAGS += --with-default-tmpdir=/tmp 
-endif
-
 ifneq (,$(filter doopt,$(DEB_BUILD_OPTIONS)))
 # do optimization for the different architectures
   ifneq (,$(findstring i386,$(DEB_BUILD_ARCH)))

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list