Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
extensions
>
php5-rrd
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
php5-rrd.spec
@@ -28,7 +28,7 @@ %build %{_bindir}/phpize -pushd %{name} +#pushd %{name} CFLAGS="%{optflags} -fno-strict-aliasing" CXXFLAGS="%{optflags} -fno-strict-aliasing" @@ -45,10 +45,10 @@ --with-php-config=%{_bindir}/php-config || cat config.log %{__make} %{?jobs:-j%jobs} -popd +#popd %install -%__make -C %{name} DESTDIR=%{buildroot} install +%__make DESTDIR=%{buildroot} install %{__mkdir} -p %{buildroot}%{_sysconfdir}/php5/conf.d echo "; comment out next line to disable rrd extension in php" > %{buildroot}%{_sysconfdir}/php5/conf.d/rrd.ini echo 'extension = rrd.so' >> %{buildroot}%{_sysconfdir}/php5/conf.d/rrd.ini