]> git.pld-linux.org Git - packages/php.git/commitdiff
setup _noautoreqdep onb libphp_common
authorElan Ruusamäe <glen@delfi.ee>
Wed, 6 Feb 2013 15:47:23 +0000 (17:47 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 6 Feb 2013 15:47:23 +0000 (17:47 +0200)
without it php-cli would pick up php53-common into dependency if
php53-devel is installed on ac systems.

php.spec

index 92ae10bd1fc5228f09b4cc670842e71f74cfe2a8..0d8f6b1f6c2aded84eb374882b319b8e81bdd09f 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -113,6 +113,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %define                orgname php
 %if "%{pld_release}" == "ac_"
 %define                php_suffix 53
+%define                _noautoreqdep libphp_common.*
 %else
 %define                php_suffix %{nil}
 %endif
This page took 0.056434 seconds and 4 git commands to generate.