Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 55631
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- php-sapi.eclass.dist        2004-06-29 18:43:33.000000000 -0700
0
++ php-sapi.eclass     2004-06-29 18:41:13.000000000 -0700
Lines 45-51 SRC_URI="${SRC_URI} mirror://gentoo/php- Link Here
45
# Where we work
45
# Where we work
46
S=${WORKDIR}/${MY_P}
46
S=${WORKDIR}/${MY_P}
47
IUSE="${IUSE} X crypt curl firebird flash freetds gd gd-external gdbm imap informix ipv6 java jpeg ldap mcal memlimit mysql nls oci8 odbc pam pdflib png postgres qt snmp spell ssl tiff truetype xml2 yaz fdftk doc gmp kerberos hardenedphp mssql"
47
IUSE="${IUSE} X crypt curl db2 firebird flash freetds gd gd-external gdbm imap informix ipv6 java jpeg ldap mcal memlimit mysql nls oci8 odbc pam pdflib png postgres qt snmp spell ssl tiff truetype xml2 yaz fdftk doc gmp kerberos hardenedphp mssql"
48
# Hardened-PHP support
48
# Hardened-PHP support
49
#
49
#
Lines 313-318 php-sapi_src_compile() { Link Here
313
       myconf="${myconf} `use_with odbc unixODBC /usr`"
313
       myconf="${myconf} `use_with odbc unixODBC /usr`"
314
       myconf="${myconf} `use_with postgres pgsql /usr`"
314
       myconf="${myconf} `use_with postgres pgsql /usr`"
315
       myconf="${myconf} `use_with snmp snmp /usr`"
315
       myconf="${myconf} `use_with snmp snmp /usr`"
316
       myconf="${myconf} `use_with db2 ibm-db2`"
316
       use snmp && myconf="${myconf} --enable-ucd-snmp-hack"
317
       use snmp && myconf="${myconf} --enable-ucd-snmp-hack"
317
       use X && myconf="${myconf} --with-xpm-dir=/usr/X11R6" LDFLAGS="${LDFLAGS} -L/usr/X11R6/lib"
318
       use X && myconf="${myconf} --with-xpm-dir=/usr/X11R6" LDFLAGS="${LDFLAGS} -L/usr/X11R6/lib"
318
       myconf="${myconf} `use_with gmp`"
319
       myconf="${myconf} `use_with gmp`"

Return to bug 55631