Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40330 - net-irc/eggdrop-1.6.15-r2: get ssl and mysql working together
Summary: net-irc/eggdrop-1.6.15-r2: get ssl and mysql working together
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Chuck Short (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-03 17:27 UTC by Sven Wegener
Modified: 2004-02-03 19:16 UTC (History)
0 users

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


Attachments
eggdrop-1.6.15-r2.ebuild.patch (eggdrop-1.6.15-r2.ebuild.patch,396 bytes, patch)
2004-02-03 17:28 UTC, Sven Wegener
Details | Diff
eggdrop-1.6.15-mysql-use_ssl-fix.patch (eggdrop-1.6.15-mysql-use_ssl-fix.patch,300 bytes, patch)
2004-02-03 17:28 UTC, Sven Wegener
Details | Diff
eggdrop-1.6.15-r2.ebuild.patch (eggdrop-1.6.15-r2.ebuild.patch,859 bytes, patch)
2004-02-03 17:43 UTC, Sven Wegener
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Wegener gentoo-dev 2004-02-03 17:27:38 UTC
This bug is a reopening for bug #39857 Since I can't reopen it, I'll open a new

USE="ssl mysql" will still lead to a compile error in mysql.mod

In line 55

use mysql || echo mysql >>disabled_modules

is still conditional, so mysql.mod will be compiled if USE=mysql

See attached for the ebuild and a patch for files directory
to make mysql.mod work again if USE="ssl mysql" :)

Sven
Comment 1 Sven Wegener gentoo-dev 2004-02-03 17:28:41 UTC
Created attachment 24910 [details, diff]
eggdrop-1.6.15-r2.ebuild.patch
Comment 2 Sven Wegener gentoo-dev 2004-02-03 17:28:54 UTC
Created attachment 24911 [details, diff]
eggdrop-1.6.15-mysql-use_ssl-fix.patch
Comment 3 Sven Wegener gentoo-dev 2004-02-03 17:43:03 UTC
Created attachment 24913 [details, diff]
eggdrop-1.6.15-r2.ebuild.patch

forgot to add mysql to IUSE and DEPEND and remove ewarn from pre_pkg()
Comment 4 Chuck Short (RETIRED) gentoo-dev 2004-02-03 19:16:52 UTC
Applied thanks for the patch