[packages/php-pecl-APC] - revert removed in last commit configure debug option, it's needed to build debugging provided by l
    kiesiu 
    kiesiu at pld-linux.org
       
    Fri Sep 14 13:58:15 CEST 2012
    
    
  
commit 01250d12613524992df3780c7f9faaf9c573e524
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date:   Fri Sep 14 13:55:38 2012 +0200
    - revert removed in last commit configure debug option, it's needed to build debugging provided by library itself (info provided by glen)
 php-pecl-APC.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/php-pecl-APC.spec b/php-pecl-APC.spec
index 0a1d380..82c9b7d 100644
--- a/php-pecl-APC.spec
+++ b/php-pecl-APC.spec
@@ -59,6 +59,7 @@ EOF
 cd %{_modname}-%{version}
 phpize
 %configure \
+	--%{!?debug:dis}%{?debug:en}able-apc-debug \
 	--enable-apc-mmap
 %{__make}
 
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-APC.git/commitdiff/01250d12613524992df3780c7f9faaf9c573e524
    
    
More information about the pld-cvs-commit
mailing list