[Bug 241385] databases/sqlite3: enable OS features

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 17 12:10:45 UTC 2019


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

--- Comment #8 from Pavel Volkov <pavelivolkov at gmail.com> ---
Hello.
You can set any compilation options before creating the package.

sh/bash:
CPPFLAGS='-DHAVE_PREAD=1 -DHAVE_PWRITE=1' make clean configure

csh/tcsh:
setenv CPPFLAGS '-DHAVE_PREAD=1 -DHAVE_PWRITE=1' && make clean configure

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


More information about the freebsd-ports-bugs mailing list