From 098b861cfd30f5271e2a311b024e6bfa48c9048a Mon Sep 17 00:00:00 2001 From: wingo Date: Sat, 25 May 2002 05:24:13 +0000 Subject: * added --enable-stripped-jackd option * updated spec file accordingly -- don't know if this works git-svn-id: svn+ssh://jackaudio.org/trunk/jack@220 0c269be4-1314-0410-8aa9-9f06e86f4224 --- jack.spec.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'jack.spec.in') 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 -- cgit v1.2.1