Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2018 11:30:38 +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-6CN2zGpq84@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

Pavel Volkov <pavelivolkov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #177075|0                           |1
        is obsolete|                            |

--- Comment #9 from Pavel Volkov <pavelivolkov@gmail.com> ---
Created attachment 189682
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D189682&action=
=3Dedit
patch for static linking with dependencies from ICU

Hello.
Or you may used command pkg-config for check libraries required for
libsqlite3.a.
When compiling sqlite with ICU support, the correct sqlite3.pc file is also
created.
You must use the command
`pkg-config sqlite3 --libs --static`
to get dependent libraries.
This patch do it.
Thanks.

--=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-6CN2zGpq84>