Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2016 06:38:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214551] sysutils/cbsd: fails to build if databases/sqlite3 was built with ICU=on
Message-ID:  <bug-214551-13-MVcNipc6ZJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214551-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214551-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=3D214551

--- Comment #1 from Jan Beich (mail not working) <jbeich@FreeBSD.org> ---
One way to fix is via

  `pkg-config sqlite3 --libs --static`

as long as sqlite3.pc specifies dependencies

  Requires.private: icu-i18n

which it doesn't currently. Otherwise, the build can fail early similar to
devel/subversion-static.

--=20
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-214551-13-MVcNipc6ZJ>