Changes of Revision 11
[-] | Changed | php5-expect.spec |
x 1
2 3 %build 4 /usr/bin/phpize 5 -pushd %{name} 6 7 CFLAGS="%{optflags} -fno-strict-aliasing" 8 CXXFLAGS="%{optflags} -fno-strict-aliasing" 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 |