Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176 - dev-lang/php-4.1.1 mhash and mcrypt support
Summary: dev-lang/php-4.1.1 mhash and mcrypt support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Grant Goodyear (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on: 174 175
Blocks:
  Show dependency tree
 
Reported: 2002-01-15 08:37 UTC by Christian Rubbert
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
php-4.1.1.diff (php-4.1.1.diff,985 bytes, text/plain)
2002-01-15 08:37 UTC, Christian Rubbert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Rubbert 2002-01-15 08:37:17 UTC
Right, after mhash and mcrypt have been accepted, the
dev-lang/php/php-4.1.1.ebuild has to use those two:

        >=app-crypt/mhash-0.8
        >=app-crypt/libmcrypt-2.4

in the appropriate places in the ebuild, please :)

I put them in both DEPEND and RDEPEND.

myconf in src_compile() has to be replaced with:

myconf="--with-mhash --with-mcrypt --without-readline --without-t1lib"

I do attach a diff -u as well :)

--ceed
Comment 1 Christian Rubbert 2002-01-15 08:37:54 UTC
Created attachment 61 [details]
php-4.1.1.diff
Comment 2 Grant Goodyear (RETIRED) gentoo-dev 2002-02-06 11:03:41 UTC
Done.  Added mhash and mcrypt support as USE variables, since not everybody
will want them.