Date: Tue, 15 Nov 2022 21:15:16 +0800 From: Archimedes Gaviola <archimedes.gaviola@gmail.com> To: freebsd-database@freebsd.org, freebsd-questions@freebsd.org Subject: Include SQLite3 source upon buildworld Message-ID: <CAJFbk7H4cgZn6Cy4m6uMZhZKe93mMtHb6afbVb8YDrQwJ2FBtA@mail.gmail.com>
index | next in thread | raw e-mail
[-- Attachment #1 --] Hi, There's an SQLite3 source located in the /usr/src/contrib/sqlite3. Is there a way to include this upon buildworld so that I can run the binary after compiling? freebsd@generic:/usr/src/contrib/sqlite3 % pwd /usr/src/contrib/sqlite3 freebsd@generic:/usr/src/contrib/sqlite3 % ls -lah total 11364 drwxr-xr-x 3 root wheel 1.0K Oct 27 00:06 . drwxr-xr-x 88 root wheel 2.0K Oct 27 00:06 .. -rw-r--r-- 1 root wheel 15K Oct 27 00:06 INSTALL -rw-r--r-- 1 root wheel 729B Oct 27 00:06 Makefile.am -rw-r--r-- 1 root wheel 547B Oct 27 00:06 Makefile.fallback -rw-r--r-- 1 root wheel 37K Oct 27 00:06 Makefile.in -rw-r--r-- 1 root wheel 28K Oct 27 00:06 Makefile.msc -rw-r--r-- 1 root wheel 3.5K Oct 27 00:06 README.txt -rw-r--r-- 1 root wheel 7.1K Oct 27 00:06 Replace.cs -rw-r--r-- 1 root wheel 365K Oct 27 00:06 aclocal.m4 -rwxr-xr-x 1 root wheel 7.2K Oct 27 00:06 compile -rwxr-xr-x 1 root wheel 48K Oct 27 00:06 config.guess -rwxr-xr-x 1 root wheel 35K Oct 27 00:06 config.sub -rwxr-xr-x 1 root wheel 485K Oct 27 00:06 configure -rw-r--r-- 1 root wheel 8.5K Oct 27 00:06 configure.ac -rwxr-xr-x 1 root wheel 23K Oct 27 00:06 depcomp -rwxr-xr-x 1 root wheel 15K Oct 27 00:06 install-sh -rwxr-xr-x 1 root wheel 320K Oct 27 00:06 ltmain.sh -rwxr-xr-x 1 root wheel 6.7K Oct 27 00:06 missing -rw-r--r-- 1 root wheel 717K Oct 27 00:06 shell.c -rw-r--r-- 1 root wheel 8.7K Oct 27 00:06 sqlite3.1 -rw-r--r-- 1 root wheel 8.2M Oct 27 00:06 sqlite3.c -rw-r--r-- 1 root wheel 599K Oct 27 00:06 sqlite3.h -rw-r--r-- 1 root wheel 267B Oct 27 00:06 sqlite3.pc.in -rw-r--r-- 1 root wheel 1.9K Oct 27 00:06 sqlite3.rc -rw-r--r-- 1 root wheel 36K Oct 27 00:06 sqlite3ext.h -rw-r--r-- 1 root wheel 78B Oct 27 00:06 sqlite3rc.h drwxr-xr-x 6 root wheel 512B Oct 27 00:06 tea Thanks and best regards, Archimedes [-- Attachment #2 --] <div dir="ltr"><div>Hi,</div><div><br></div><div>There's an SQLite3 source located in the /usr/src/contrib/sqlite3. Is there a way to include this upon buildworld so that I can run the binary after compiling?</div><div></div><div><br></div><div>freebsd@generic:/usr/src/contrib/sqlite3 % pwd<br>/usr/src/contrib/sqlite3</div><div><br></div><div>freebsd@generic:/usr/src/contrib/sqlite3 % ls -lah<br>total 11364<br>drwxr-xr-x 3 root wheel 1.0K Oct 27 00:06 .<br>drwxr-xr-x 88 root wheel 2.0K Oct 27 00:06 ..<br>-rw-r--r-- 1 root wheel 15K Oct 27 00:06 INSTALL<br>-rw-r--r-- 1 root wheel 729B Oct 27 00:06 Makefile.am<br>-rw-r--r-- 1 root wheel 547B Oct 27 00:06 Makefile.fallback<br>-rw-r--r-- 1 root wheel 37K Oct 27 00:06 Makefile.in<br>-rw-r--r-- 1 root wheel 28K Oct 27 00:06 Makefile.msc<br>-rw-r--r-- 1 root wheel 3.5K Oct 27 00:06 README.txt<br>-rw-r--r-- 1 root wheel 7.1K Oct 27 00:06 Replace.cs<br>-rw-r--r-- 1 root wheel 365K Oct 27 00:06 aclocal.m4<br>-rwxr-xr-x 1 root wheel 7.2K Oct 27 00:06 compile<br>-rwxr-xr-x 1 root wheel 48K Oct 27 00:06 config.guess<br>-rwxr-xr-x 1 root wheel 35K Oct 27 00:06 config.sub<br>-rwxr-xr-x 1 root wheel 485K Oct 27 00:06 configure<br>-rw-r--r-- 1 root wheel 8.5K Oct 27 00:06 <a href="http://configure.ac">configure.ac</a><br>-rwxr-xr-x 1 root wheel 23K Oct 27 00:06 depcomp<br>-rwxr-xr-x 1 root wheel 15K Oct 27 00:06 install-sh<br>-rwxr-xr-x 1 root wheel 320K Oct 27 00:06 ltmain.sh<br>-rwxr-xr-x 1 root wheel 6.7K Oct 27 00:06 missing<br>-rw-r--r-- 1 root wheel 717K Oct 27 00:06 shell.c<br>-rw-r--r-- 1 root wheel 8.7K Oct 27 00:06 sqlite3.1<br>-rw-r--r-- 1 root wheel 8.2M Oct 27 00:06 sqlite3.c<br>-rw-r--r-- 1 root wheel 599K Oct 27 00:06 sqlite3.h<br>-rw-r--r-- 1 root wheel 267B Oct 27 00:06 <a href="http://sqlite3.pc.in">sqlite3.pc.in</a><br>-rw-r--r-- 1 root wheel 1.9K Oct 27 00:06 sqlite3.rc<br>-rw-r--r-- 1 root wheel 36K Oct 27 00:06 sqlite3ext.h<br>-rw-r--r-- 1 root wheel 78B Oct 27 00:06 sqlite3rc.h<br>drwxr-xr-x 6 root wheel 512B Oct 27 00:06 tea</div><div><br></div><div>Thanks and best regards,</div><div>Archimedes<br></div></div>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJFbk7H4cgZn6Cy4m6uMZhZKe93mMtHb6afbVb8YDrQwJ2FBtA>
