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

(-)php5.spec.orig (-17 / +12 lines)
Lines 1349-1356 Link Here
1349
# export flags
1349
# export flags
1350
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
1350
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
1351
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
1351
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
1352
export CFLAGS 
1352
export CFLAGS
1353
export CXXFLAGS 
1353
export CXXFLAGS
1354
# where to install extensions
1354
# where to install extensions
1355
EXTENSION_DIR=%{extension_dir}
1355
EXTENSION_DIR=%{extension_dir}
1356
export EXTENSION_DIR
1356
export EXTENSION_DIR
Lines 1375-1380 Link Here
1375
        --enable-magic-quotes \
1375
        --enable-magic-quotes \
1376
        --enable-libxml \
1376
        --enable-libxml \
1377
        --enable-session \
1377
        --enable-session \
1378
            --with-mm \
1378
        --with-pcre-regex \
1379
        --with-pcre-regex \
1379
        --enable-xml \
1380
        --enable-xml \
1380
        --enable-simplexml \
1381
        --enable-simplexml \
Lines 1384-1389 Link Here
1384
        --disable-debug \
1385
        --disable-debug \
1385
        --enable-memory-limit \
1386
        --enable-memory-limit \
1386
        --enable-inline-optimization \
1387
        --enable-inline-optimization \
1388
        --enable-zend-multibyte \
1387
        "$@"
1389
        "$@"
1388
# Some modules are builtin, reasons:
1390
# Some modules are builtin, reasons:
1389
#  - libxml can not be shared (and is needed by PEAR)
1391
#  - libxml can not be shared (and is needed by PEAR)
Lines 1420-1433 Link Here
1420
    --enable-exif=shared \
1422
    --enable-exif=shared \
1421
    --enable-filepro=shared \
1423
    --enable-filepro=shared \
1422
    --enable-ftp=shared \
1424
    --enable-ftp=shared \
1423
    --enable-gd-native-ttf=shared \
1424
    --enable-gd-jis-conv=shared \
1425
    --enable-mbstring=shared \
1425
    --enable-mbstring=shared \
1426
    --enable-mbregex \
1426
        --enable-mbregex \
1427
    --enable-pcntl=shared \
1427
    --enable-pcntl=shared \
1428
    --enable-posix=shared \
1428
    --enable-posix=shared \
1429
    --enable-shmop=shared \
1429
    --enable-shmop=shared \
1430
    --enable-ucd-snmp-hack=shared \
1431
    --enable-soap=shared \
1430
    --enable-soap=shared \
1432
    --enable-sockets=shared \
1431
    --enable-sockets=shared \
1433
    --enable-sysvmsg=shared \
1432
    --enable-sysvmsg=shared \
Lines 1439-1449 Link Here
1439
    --with-zlib=shared \
1438
    --with-zlib=shared \
1440
    --with-bz2=shared \
1439
    --with-bz2=shared \
1441
    --with-curl=shared \
1440
    --with-curl=shared \
1442
    --with-gdbm=shared \
1443
    --with-db4=shared \
1444
    --with-cdb=shared \
1445
    --with-inifile=shared \
1446
    --with-flatfile=shared \
1447
    --with-fam=shared \
1441
    --with-fam=shared \
1448
    --with-gd=shared \
1442
    --with-gd=shared \
1449
        --enable-gd-native-ttf \
1443
        --enable-gd-native-ttf \
Lines 1453-1458 Link Here
1453
        --with-png-dir=%{_usr} \
1447
        --with-png-dir=%{_usr} \
1454
        --with-jpeg-dir=%{_usr} \
1448
        --with-jpeg-dir=%{_usr} \
1455
        --with-zlib-dir=%{_usr} \
1449
        --with-zlib-dir=%{_usr} \
1450
        --enable-gd-native-ttf \
1451
        --enable-gd-jis-conv \
1456
    --with-gettext=shared \
1452
    --with-gettext=shared \
1457
    --with-gmp=shared \
1453
    --with-gmp=shared \
1458
    --with-iconv=shared \
1454
    --with-iconv=shared \
Lines 1465-1483 Link Here
1465
    --with-mysql=shared,%{_usr} \
1461
    --with-mysql=shared,%{_usr} \
1466
    --with-mysql-sock=/var/lib/mysql/mysql.sock \
1462
    --with-mysql-sock=/var/lib/mysql/mysql.sock \
1467
    --with-mysqli=shared \
1463
    --with-mysqli=shared \
1468
    --enable-embedded-mysqli=shared \
1469
    --with-ncurses=shared \
1464
    --with-ncurses=shared \
1470
    --with-unixODBC=shared \
1465
    --with-unixODBC=shared \
1471
    --with-openssl=shared \
1466
    --with-openssl=shared \
1472
    --with-pgsql=shared \
1467
    --with-pgsql=shared \
1473
    --with-pspell=shared \
1468
    --with-pspell=shared \
1474
    --with-mm=shared \
1475
    --with-snmp=shared \
1469
    --with-snmp=shared \
1470
        --enable-ucd-snmp-hack \
1476
    --with-xmlrpc=shared \
1471
    --with-xmlrpc=shared \
1477
    --with-sqlite=shared,%{_usr} \
1472
    --with-sqlite=shared,%{_usr} \
1478
        --enable-sqlite-utf8 \
1473
        --enable-sqlite-utf8 \
1479
    --with-xsl=shared \
1474
    --with-xsl=shared \
1480
 
1475
1481
# things that currently do not compile:
1476
# things that currently do not compile:
1482
# gd:
1477
# gd:
1483
#        --with-t1lib \
1478
#        --with-t1lib \
Lines 1574-1580 Link Here
1574
%defattr(-, root, root)
1569
%defattr(-, root, root)
1575
%{_includedir}/%{name}
1570
%{_includedir}/%{name}
1576
%{_bindir}/phpize
1571
%{_bindir}/phpize
1577
%{_bindir}/php-config 
1572
%{_bindir}/php-config
1578
%{_bindir}/phpextdist
1573
%{_bindir}/phpextdist
1579
%{_datadir}/%{name}/build
1574
%{_datadir}/%{name}/build
1580
1575
Lines 2278-2284 Link Here
2278
- link with libssl
2273
- link with libssl
2279
* Tue Dec 19 2000 - rolf@suse.de
2274
* Tue Dec 19 2000 - rolf@suse.de
2280
- added the asp2php package [BUG#4456]
2275
- added the asp2php package [BUG#4456]
2281
- roxen/pike still doesn´t work
2276
- roxen/pike still doesnt work
2282
- require RPM group tag via apxs
2277
- require RPM group tag via apxs
2283
* Wed Nov 29 2000 - ro@suse.de
2278
* Wed Nov 29 2000 - ro@suse.de
2284
- changed neededforbuild <pg_lib> to <postgresql-lib>
2279
- changed neededforbuild <pg_lib> to <postgresql-lib>
Lines 2332-2338 Link Here
2332
- imap support is now broken
2327
- imap support is now broken
2333
* Thu Dec 23 1999 - rolf@suse.de
2328
* Thu Dec 23 1999 - rolf@suse.de
2334
- dynamic JDK path detection
2329
- dynamic JDK path detection
2335
- some fixes in DAV, still doesn´t work
2330
- some fixes in DAV, still doesnt work
2336
- now also runs with IMAP
2331
- now also runs with IMAP
2337
* Thu Nov 25 1999 - rolf@suse.de
2332
* Thu Nov 25 1999 - rolf@suse.de
2338
- initial package version 4.0b3
2333
- initial package version 4.0b3

Return to bug 139297