Summary: | Msql-Mysql-modules patch to build against mysql-4.1.10a | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Francesco R. (RETIRED) <vivo> |
Component: | New packages | Assignee: | Gentoo Linux MySQL bugs team <mysql-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | blocker | CC: | rich |
Priority: | Highest | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 83011 | ||
Attachments: | Msql-Mysql-modules-mysql-4.1.patch |
Description
Francesco R. (RETIRED)
![]() Created attachment 53834 [details, diff]
Msql-Mysql-modules-mysql-4.1.patch
forgot to mention:
Msql-Mysql-modules-1.2219-r1.ebuild need the following adds/changes:
+ inherit perl-module eutils
+
+ src_unpack(){
+ unpack ${A}
+ cd ${S}
+ epatch "${FILESDIR}"/${PN}-mysql-4.1.patch
+ }
+
thanks, in tree now. |