]> git.pld-linux.org Git - packages/callweaver.git/commitdiff
- disable stripping with simpledebug bcond
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 21 Sep 2007 06:33:36 +0000 (06:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    callweaver.spec -> 1.18

callweaver.spec

index ba17a3200c035137d6b39b711690d3507e064de2..cb1dbf4e5cf5643974ffa35ffffced0dbcf1d3f8 100644 (file)
@@ -1,3 +1,4 @@
+%bcond_with    simpledebug # for safe_callweaver core dump storing
 %bcond_with    misdn
 %bcond_with    javascript
 #
@@ -65,6 +66,10 @@ Header files for callweaver.
 %description devel -l pl.UTF-8
 Pliki nagłówkowe callweavera.
 
+%if %{with simpledebug}
+%define        no_install_post_strip   1
+%endif
+
 %prep
 %setup -q -n %{name}-RC-1.1.99.%{snap}
 
This page took 0.073289 seconds and 4 git commands to generate.