]> git.pld-linux.org Git - packages/php.git/commitdiff
switch off default_php, th will use virtual packages for php-* names
authorElan Ruusamäe <glen@delfi.ee>
Tue, 8 Oct 2013 10:51:54 +0000 (13:51 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 25 Apr 2014 19:53:42 +0000 (22:53 +0300)
php.spec

index 3f8b989f61f4ca676c23fe1f8a52593f0b6544c9..41b9b315a015a33ea54ba3fd1e21e742cc77d618 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -32,7 +32,7 @@
 %bcond_with    instantclient   # build Oracle oci8 extension module against oracle-instantclient package
 %bcond_with    system_gd       # with system gd (we prefer internal since it enables few more features)
 %bcond_with    system_libzip   # with system libzip (reported broken currently)
-%bcond_without default_php     # use this PHP as default PHP in distro
+%bcond_with    default_php     # use this PHP as default PHP in distro
 %bcond_without curl            # without CURL extension module
 %bcond_without filter          # without filter extension module
 %bcond_without enchant         # without Enchant extension module
This page took 0.071919 seconds and 4 git commands to generate.