[lfs] 02/02: SQLite3: Rid of rpath for m{,x}32.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch multilib in repository lfs. commit 172ecd9b4d89fc3ca0316c71431b532a8363701e Author: Zeckmathederg <[email protected]> AuthorDate: Sat Oct 4 15:52:00 2025 -0600 SQLite3: Rid of rpath for m{,x}32. --- chapter08/sqlite.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter08/sqlite.xml b/chapter08/sqlite.xml index c59532d85..c4a45f82e 100644 --- a/chapter08/sqlite.xml +++ b/chapter08/sqlite.xml @@ -128,7 +128,7 @@ cp -v -R sqlite-doc-&sqlite-doc-version;/* /usr/share/doc/sqlite-&sqlite-short-v <para>Compile the package:</para> -<screen><userinput remap="make">make</userinput></screen> +<screen><userinput remap="make">make LDFLAGS.rpath=""</userinput></screen> <para>Install the package:</para> @@ -164,7 +164,7 @@ rm -rf DESTDIR</userinput></screen> <para>Compile the package:</para> - <screen><userinput remap="make">make</userinput></screen> + <screen><userinput remap="make">make LDFLAGS.rpath=""</userinput></screen> <para>Install the package:</para> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page