Index: trunk/tools/ts-specs/TSphp.spec |
— | — | @@ -16,11 +16,13 @@ |
17 | 17 | BuildRequires: TScurl-devel |
18 | 18 | BuildRequires: TSlibmcrypt-devel |
19 | 19 | Buildrequires: TSmysql-devel |
| 20 | +BuildRequires: TSlibiconv-devel |
20 | 21 | |
21 | 22 | Requires: TSpcre |
22 | 23 | Requires: TScurl |
23 | 24 | Requires: TSlibmcrypt |
24 | 25 | Requires: TSmysql |
| 26 | +Requires: TSlibiconv |
25 | 27 | |
26 | 28 | %package root |
27 | 29 | Summary: %{summary} - / filesystem |
— | — | @@ -47,27 +49,28 @@ |
48 | 50 | export LIBS='-L/opt/TSmysql/lib/mysql -R/opt/TSmysql/lib/mysql' |
49 | 51 | export CPPFLAGS='-I/opt/ts/include -I/opt/TSmysql/include' |
50 | 52 | |
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 \ |
72 | 75 | |
73 | 76 | |
74 | 77 | gmake -j$CPUS |