Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Aug 2014 20:08:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192448] databases/mysql-connector-odbc and DEFAULT_MYSQL_VER
Message-ID:  <bug-192448-13-D9ht0LPMX5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192448-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192448-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192448

--- Comment #6 from timp87@gmail.com ---
> But it has one problem that I don't know how to fix. Please, help.
> During build ld tries to find odbc libs in wrong place (in /usr/lib/, for  example, which is supposed to be in /usr/local/lib). 

Yea, I found how to fix that.
Download provided patch file, patch and after that add this line to patched
Makefile:

LDFLAGS+=      -L${LOCALBASE}/lib


That's all!

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192448-13-D9ht0LPMX5>