View | Details | Raw Unified | Return to bug 157305
Collapse All | Expand All

(-)php5.spec.orig (-8 / +5 lines)
Lines 921-927 Link Here
921
Provides:       php-pdo_sqlite
921
Provides:       php-pdo_sqlite
922
Summary:        PHP5 Extension Module
922
Summary:        PHP5 Extension Module
923
Group:          Productivity/Networking/Web/Servers
923
Group:          Productivity/Networking/Web/Servers
924
Requires:       %{name} = %{version} php5-pdo = %{version}
924
Requires:       %{name} = %{version} php5-pdo = %{version} %{name}-sqlite = %{version}
925
925
926
%description pdo_sqlite
926
%description pdo_sqlite
927
SQLite 3.x driver for PDO
927
SQLite 3.x driver for PDO
Lines 1551-1560 Link Here
1551
    --with-zlib=shared \
1551
    --with-zlib=shared \
1552
    --with-bz2=shared \
1552
    --with-bz2=shared \
1553
    --with-curl=shared \
1553
    --with-curl=shared \
1554
    --with-db4=shared,%{_usr} \
1555
    --with-cdb=shared \
1556
    --with-inifile=shared \
1557
    --with-flatfile=shared \
1558
    --with-gd=shared \
1554
    --with-gd=shared \
1559
        --enable-gd-jis-conv \
1555
        --enable-gd-jis-conv \
1560
        --enable-gd-native-ttf \
1556
        --enable-gd-native-ttf \
Lines 1589-1598 Link Here
1589
    --with-xsl=shared \
1585
    --with-xsl=shared \
1590
    --with-tidy=shared,%{_usr} \
1586
    --with-tidy=shared,%{_usr} \
1591
    --enable-dba=shared \
1587
    --enable-dba=shared \
1588
	   --with-db4=%{_usr} \
1592
       --without-gdbm \
1589
       --without-gdbm \
1593
       --with-cdb=shared \
1590
       --with-cdb \
1594
       --with-inifile=shared \
1591
       --with-inifile \
1595
       --with-flatfile=shared \
1592
       --with-flatfile \
1596
    --enable-pdo=shared \
1593
    --enable-pdo=shared \
1597
    --with-pdo_sqlite=shared \
1594
    --with-pdo_sqlite=shared \
1598
    --with-pdo-mysql=shared,%{_usr} \
1595
    --with-pdo-mysql=shared,%{_usr} \

Return to bug 157305