Browse Source

php5-5.6.22-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10341 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
794a452cf2
1 changed files with 5 additions and 2 deletions
  1. 5 2
      p/php5/php5-vl.spec

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

@@ -51,7 +51,7 @@
 Name: php%{majorver}
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
-Version: 5.6.21
+Version: 5.6.22
 Release: 1%{_dist_release}
 
 Vendor: Project Vine
@@ -504,7 +504,7 @@ export EXTENSION_DIR=%{_libdir}/%{_name}
 # Shell function to configure and build a PHP tree.
 build() {
 ln -sf ../configure
-CFLAGS="-fPIC" \
+CFLAGS="%{optflags} -fPIC" \
 %configure \
   --cache-file=../config.cache \
   --prefix=%{_prefix} \
@@ -1052,6 +1052,9 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Fri May 27 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.22-1
+- new upstream release.
+
 * Fri Apr 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.21-1
 - new upstream release.