| Bug#: 45152 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: major | Priority: P2 |
| Resolution: FIXED | Assigned To: zul@gentoo.org | Reported By: rvinyard@nmsu.edu | |
| Component: Applications | |||
| URL: | |||
| Summary: bacula fails to build with sqlite | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2004-03-19 12:13 0000 | |||
| Description: | Opened: 2004-03-19 12:13 0000 |
bacula ebuild has incorrect sqlite path
Reproducible: Always
Steps to Reproduce:
1.emerge bacula-1.32f-r5.ebuild
2.
3.
Actual Results:
Sorry, didn't save actual output. But, configure failed with a
'can't find sqlite.h in /usr' error.
In the ebuild:
if use sqlite
then
myconf="${myconf} --with-sqlite=/usr"
fi
Should be:
if use sqlite
then
myconf="${myconf} --with-sqlite=/usr/include"
fi
Created an attachment (id=27637) [details]
ebuild with fixed support for sqlite