Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php4
:
4.4.9
>
php4
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 10
[-]
[+]
Changed
php4.spec
@@ -519,6 +519,9 @@ # Install extension modules in %{_libdir}/php4. EXTENSION_DIR=%{_libdir}/php4; export EXTENSION_DIR +%if 0%{?centos_version} >= 6 || 0%{?rhel_version} >= 600 || 0%{?sl_version} >= 6 +echo "not running libtoolize & buildconf" +%else # pull latest ltmain.sh, AC_PROG_LIBTOOL libtoolize --force --copy # force aclocal run during buildconf @@ -526,6 +529,7 @@ # Regenerate configure scripts (patches change config.m4's) ./buildconf --force +%endif # Shell function to configure and build a PHP tree. build() {