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