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

Changes of Revision 11

[-] Changed php5-expect.spec
x
 
1
@@ -40,7 +40,6 @@
2
 
3
 %build
4
 /usr/bin/phpize
5
-pushd %{name}
6
 
7
 CFLAGS="%{optflags} -fno-strict-aliasing"
8
 CXXFLAGS="%{optflags} -fno-strict-aliasing"
9
@@ -53,10 +52,9 @@
10
 #export CXXFLAGS
11
 export LDFLAGS="-L%{_libdir}"
12
 
13
-../configure --with-expect=%{_usr} --with-tcldir=%{_libdir}
14
+./configure --with-expect=%{_usr} --with-tcldir=%{_libdir}
15
 
16
 %{__make} %{?jobs:-j%jobs}
17
-popd
18
 
19
 %install
20
 %makeinstall -C %{name} INSTALL_ROOT=%{buildroot}
21