Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2019 12:10:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241385] databases/sqlite3: enable OS features
Message-ID:  <bug-241385-7788-IQxBKZ9s7v@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241385-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241385-7788@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=3D241385

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

sh/bash:
CPPFLAGS=3D'-DHAVE_PREAD=3D1 -DHAVE_PWRITE=3D1' make clean configure

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

--=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-241385-7788-IQxBKZ9s7v>