[Bug 214551] sysutils/cbsd: fails to build if databases/sqlite3 was built with ICU=on

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 13 11:30:40 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214551

Pavel Volkov <pavelivolkov at gmail.com> changed:

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

--- Comment #9 from Pavel Volkov <pavelivolkov at gmail.com> ---
Created attachment 189682
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189682&action=edit
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.

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


More information about the freebsd-ports-bugs mailing list