diff options
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r-- | databases/sqlite3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 0d66218dec05..e39b6d4525d3 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -38,7 +38,9 @@ USES= libtool ncurses zip USE_LDCONFIG= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --linemacros --soname=legacy OPTIONS='${_OPTIONS}' +CONFIGURE_ARGS+= --prefix=${PREFIX} \ + --linemacros \ + --soname=legacy OPTIONS='${_OPTIONS}' # [The Chronicles of SONAME](https://sqlite.org/src/forumpost/5a3b44f510df8ded) # [Set features OPTIONS for autosetup configurator](https://msteveb.github.io/autosetup/) |