r48021 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48020‎ | r48021 | r48022 >
Date:13:52, 4 March 2009
Author:river
Status:deferred
Tags:
Comment:
use GNU libiconv
Modified paths:
  • /trunk/tools/ts-specs/TSphp.spec (modified) (history)

Diff [purge]

Index: trunk/tools/ts-specs/TSphp.spec
@@ -16,11 +16,13 @@
1717 BuildRequires: TScurl-devel
1818 BuildRequires: TSlibmcrypt-devel
1919 Buildrequires: TSmysql-devel
 20+BuildRequires: TSlibiconv-devel
2021
2122 Requires: TSpcre
2223 Requires: TScurl
2324 Requires: TSlibmcrypt
2425 Requires: TSmysql
 26+Requires: TSlibiconv
2527
2628 %package root
2729 Summary: %{summary} - / filesystem
@@ -47,27 +49,28 @@
4850 export LIBS='-L/opt/TSmysql/lib/mysql -R/opt/TSmysql/lib/mysql'
4951 export CPPFLAGS='-I/opt/ts/include -I/opt/TSmysql/include'
5052
51 -./configure --prefix=%{_prefix} \
52 - --with-xmlrpc \
53 - --enable-sockets \
54 - --enable-soap \
55 - --with-pgsql=/usr/postgres/8.2 \
56 - --enable-mbstring \
57 - --enable-fastcgi \
58 - --enable-pcntl \
59 - --with-openssl \
60 - --with-curl=/opt/ts \
61 - --sysconfdir=/etc/opt/php \
62 - --with-config-file-path=/etc/opt/php \
63 - --with-mysql=/opt/TSmysql \
64 - --disable-path-info-check \
65 - --with-pcre-regex=/opt/ts \
66 - --with-zlib \
67 - --with-bz2 \
68 - --enable-exif \
69 - --enable-ftp \
70 - --with-mysqli=/opt/TSmysql/bin/mysql_config \
71 - --with-mcrypt=/opt/ts
 53+./configure --prefix=%{_prefix} \
 54+ --with-xmlrpc \
 55+ --enable-sockets \
 56+ --enable-soap \
 57+ --with-pgsql=/usr/postgres/8.2 \
 58+ --enable-mbstring \
 59+ --enable-fastcgi \
 60+ --enable-pcntl \
 61+ --with-openssl \
 62+ --with-curl=/opt/ts \
 63+ --sysconfdir=/etc/opt/php \
 64+ --with-config-file-path=/etc/opt/php \
 65+ --with-mysql=/opt/TSmysql \
 66+ --disable-path-info-check \
 67+ --with-pcre-regex=/opt/ts \
 68+ --with-zlib \
 69+ --with-bz2 \
 70+ --enable-exif \
 71+ --enable-ftp \
 72+ --with-mysqli=/opt/TSmysql/bin/mysql_config \
 73+ --with-mcrypt=/opt/ts \
 74+ --with-iconv=/opt/ts \
7275
7376
7477 gmake -j$CPUS

Status & tagging log