Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
2453b57fa9
2 changed files with 7 additions and 3 deletions
  1. +4
    -0
      package/alessandro/php/config.in
  2. +3
    -3
      package/alessandro/php/php.desc

+ 4
- 0
package/alessandro/php/config.in

@ -41,11 +41,15 @@ if pkgcheck php X ; then
for xpkg in postgresql openssl mysql libgd ; do
if pkgcheck $xpkg X ; then
bool "Build PHP with $xpkg support" ROCKCFG_PKG_PHP_$xpkg 1
else
comment "Package $xpkg is disabled. Bulding PHP without $xpkg support."
fi
done
if pkgcheck pine X ; then
bool "Build PHP with imap support" ROCKCFG_PKG_PHP_imap 1
else
comment "Package pine is disabled. Bulding PHP without imap support."
fi
bool "Build PHP with mcrypt support" ROCKCFG_PKG_PHP_mcrypt 0

+ 3
- 3
package/alessandro/php/php.desc

@ -40,13 +40,13 @@
#if xpkg == php4
[V] 4.4.2
[D] 0 php-4.4.2.tar.bz2 http://static.php.net/www.php.net/distributions/
[D] 1981851101 php-4.4.2.tar.bz2 http://static.php.net/www.php.net/distributions/
#endif
#if xpkg == php5
[V] 5.1.6
[O] pear_version=2006-05-17
[D] 0 php-5.1.6.tar.bz2 http://static.php.net/www.php.net/distributions/
[D] 0 install-pear-nozlib-2006-05-17.phar !http://pear.php.net/install-pear-nozlib.phar
[D] 499767077 php-5.1.6.tar.bz2 http://static.php.net/www.php.net/distributions/
[D] 3500472770 install-pear-nozlib-2006-05-17.phar !http://pear.php.net/install-pear-nozlib.phar
#endif

Loading…
Cancel
Save