diff options
author | wingo <wingo@0c269be4-1314-0410-8aa9-9f06e86f4224> | 2002-05-25 05:24:13 +0000 |
---|---|---|
committer | wingo <wingo@0c269be4-1314-0410-8aa9-9f06e86f4224> | 2002-05-25 05:24:13 +0000 |
commit | 098b861cfd30f5271e2a311b024e6bfa48c9048a (patch) | |
tree | b3cc7a1efacd3fd3dca7b14c6e1f55b194e4bbe3 /jack.spec.in | |
parent | 82fe812d2b38e17b3e0c093aa145c98872cb9c68 (diff) | |
download | jack1-098b861cfd30f5271e2a311b024e6bfa48c9048a.tar.gz |
* 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
Diffstat (limited to 'jack.spec.in')
-rw-r--r-- | jack.spec.in | 6 |
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 |