Logoj0ke.net Open Build Service > Projects > internetx:php5:extensions > php5-rrdtool > Changes
Sign Up | Log In

Changes of Revision 4

[-] Changed php5-rrdtool.spec
x
 
1
@@ -25,7 +25,7 @@
2
 %{__mkdir} %{name}
3
 
4
 %build
5
-/usr/bin/phpize
6
+%{_bindir}/phpize5
7
 pushd %{name}
8
 
9
 CFLAGS="%{optflags} -fno-strict-aliasing"
10
@@ -40,7 +40,7 @@
11
 
12
 ../configure \
13
 --with-rrdtool=%{_usr} \
14
---with-libdir=%{_lib}
15
+--with-php-config=%{_bindir}/php-config5 || cat config.log
16
 
17
 %{__make} %{?jobs:-j%jobs}
18
 popd
19