Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
gearman
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 41
[-]
[+]
Changed
gearmand.spec
@@ -2,7 +2,7 @@ # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # - +%define with_debug 1 Name: gearmand Version: 1.0.1 Release: 1 @@ -73,7 +73,10 @@ %build [ ! -f configure ] && autoreconf -fi -%configure --with-boost=%{_prefix} +%configure --with-boost=%{_prefix} \ +%if %{with_debug} + --enable-debug +%endif make %{?jobs:-j%jobs} %install