Bug 87556 - [patch] net/libnss-mysql cannot find mysql headers with nonstandard LOCALBASE
Summary: [patch] net/libnss-mysql cannot find mysql headers with nonstandard LOCALBASE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-17 07:50 UTC by Vasil Dimov
Modified: 2005-10-19 18:15 UTC (History)
1 user (show)

See Also:


Attachments
libnss-mysql_localbase.diff (755 bytes, patch)
2005-10-17 07:50 UTC, Vasil Dimov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vasil Dimov 2005-10-17 07:50:16 UTC
It seems that libnss-mysql dropped --with-mysql-lib and --with-mysql-inc
in a favour of --with-mysql some time ago.

configure has default search paths for mysql stuff:
/usr /usr/local /usr/local/mysql /opt/local  /opt/local/mysql
and that is why it finds the mysql headers when --with-mysql is not
specified and mysql client is installed in /usr/local.

Reported by Kris.
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2005-10-19 17:58:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Grabbed.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2005-10-19 18:15:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!