Просмотр исходного кода

php5-5.6.33-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11369 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 лет назад
Родитель
Сommit
9f6cfd3dd6
1 измененных файлов с 6 добавлено и 2 удалено
  1. 6 2
      p/php5/php5-vl.spec

+ 6 - 2
p/php5/php5-vl.spec

@@ -52,7 +52,7 @@ Name: php%{majorver}
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
 Version: 5.6.33
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -505,6 +505,7 @@ export EXTENSION_DIR=%{_libdir}/%{_name}
 build() {
 ln -sf ../configure
 CFLAGS="%{optflags} -fPIC" \
+CXXFLAGS="%{optflags} -fPIC --std=c++0x" \
 %configure \
   --cache-file=../config.cache \
   --prefix=%{_prefix} \
@@ -534,7 +535,7 @@ CFLAGS="%{optflags} -fPIC" \
   --enable-sockets \
   --enable-sysvmsg --enable-sysvsem --enable-sysvshm \
   --enable-wddx \
-  --enable-zip=shared \
+  --enable-zip=shared --with-libzip \
   --with-bz2 \
   --with-curl \
   --with-jpeg-dir=%{_prefix} --with-png-dir=%{_prefix} --with-freetype-dir=%{_prefix} \
@@ -1054,6 +1055,9 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Mon Jan 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.33-2
+- rebuilt with libicu-60.2.
+
 * Thu Jan 04 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.33-1
 - new upstream release.