Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 43301 Details for
Bug 59205
bacula-1.34.[45]-ebuild doesn't find sqlite.h
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixing sqlite linking for 1.34.4
1.34.4.sqlite.patch (text/plain), 602 bytes, created by
Rodrigo Severo
on 2004-11-04 12:10:22 UTC
(
hide
)
Description:
Fixing sqlite linking for 1.34.4
Filename:
MIME Type:
Creator:
Rodrigo Severo
Created:
2004-11-04 12:10:22 UTC
Size:
602 bytes
patch
obsolete
>--- /usr/portage/app-admin/bacula/bacula-1.34.4.ebuild 2004-10-20 15:40:18.000000000 -0300 >+++ bacula-1.34.4-r1.ebuild 2004-11-04 18:03:08.740110544 -0200 >@@ -47,13 +47,13 @@ > # mysql is the reccomended choice ... > if use mysql > then >- myconf="${myconf} --with-mysql=/usr" >+ myconf="${myconf} --with-mysql" > elif use postgres > then >- myconf="${myconf} --with-postgresql=/usr" >+ myconf="${myconf} --with-postgresql" > elif use sqlite > then >- myconf="${myconf} --with-sqlite=/usr" >+ myconf="${myconf} --with-sqlite" > elif use sqlite && use mysql > then > myconf="${myconf/--with-sqlite/}"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 59205
: 43301 |
43302