summaryrefslogtreecommitdiff
path: root/jack.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'jack.spec.in')
-rw-r--r--jack.spec.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/jack.spec.in b/jack.spec.in
index 94834f7..b6c6c6a 100644
--- a/jack.spec.in
+++ b/jack.spec.in
@@ -12,10 +12,6 @@ Source0: %{name}-%{version}.tar.gz
URL: http://jackit.sourceforge.net
BuildRoot: /var/tmp/%{name}-%{version}-root-%(id -u -n)
-# disable build root strip policy, otherwise rpm strips the executables
-# and the jackd md5 checksum checked by jackstart does not match.
-%define __spec_install_post /usr/lib/rpm/brp-compress || :
-
%description
JACK is a low-latency audio server, written primarily for the Linux
operating system. It can connect a number of different applications to
@@ -50,7 +46,7 @@ Small example clients that use the Jack Audio Connection Kit.
%build
%if "%{enable_capabilities}" == "1"
-%configure --enable-capabilities
+%configure --enable-capabilities --enable-stripped-jackd
%else
%configure
%endif