Revision: 26691 http://sourceforge.net/p/gar/code/26691 Author: dmichelsen Date: 2020-08-21 18:06:03 +0000 (Fri, 21 Aug 2020) Log Message: ----------- php5/branches/php-5.6.x: Fix dependency
Modified Paths: -------------- csw/mgar/pkg/php5/branches/php-5.6.x/Makefile Modified: csw/mgar/pkg/php5/branches/php-5.6.x/Makefile =================================================================== --- csw/mgar/pkg/php5/branches/php-5.6.x/Makefile 2020-08-21 17:30:24 UTC (rev 26690) +++ csw/mgar/pkg/php5/branches/php-5.6.x/Makefile 2020-08-21 18:06:03 UTC (rev 26691) @@ -237,6 +237,7 @@ $(eval $(call php5_subpackage,calendar,)) $(eval $(call php5_subpackage,ctype,)) RUNTIME_DEP_PKGS_CSWphp5-curl_sparc += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWphp5-curl_sparc += CSWlibcares2 RUNTIME_DEP_PKGS_CSWphp5-curl += $(RUNTIME_DEP_PKGS_CSWphp5-curl_$(GARCH)) $(eval $(call php5_subpackage,curl,CSWlibcurl4)) $(eval $(call php5_subpackage,dba,CSWlibgdbm4 CSWbdb42)) @@ -258,6 +259,8 @@ $(eval $(call php5_subpackage,iconv,CSWlibiconv2)) PKGFILES_CSWphp5-iconv += .*/include/php/ext/iconv.* $(eval $(call php5_subpackage,imap,CSWlibc-client-dev)) +RUNTIME_DEP_PKGS_CSWphp5-iconv_sparc += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWphp5-iconv += $(RUNTIME_DEP_PKGS_CSWphp5-iconv_$(GARCH)) $(eval $(call php5_subpackage,json,)) $(eval $(call php5_subpackage,ldap,CSWliblber2-4-2 CSWlibldap2-4-2)) $(eval $(call php5_subpackage,mbstring,)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.