diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-13 16:41:12 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-13 16:41:12 +0000 |
commit | 37176cdddf98c8884a39179560d5caa07ceddd0f (patch) | |
tree | 3f12efef9b27f8920a1df582416e095d6b751750 /docs/git/index.html | |
parent | 1bec251023a6e43e6cbe4cba153b3e706df25d38 (diff) | |
download | librebootfr-37176cdddf98c8884a39179560d5caa07ceddd0f.tar.gz librebootfr-37176cdddf98c8884a39179560d5caa07ceddd0f.zip |
docs/git/index.html#build: fix build-release instructions
Tell the user how to properly build flashrom/bucts with static
linking. Update build-release.
Diffstat (limited to 'docs/git/index.html')
-rw-r--r-- | docs/git/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index c3286b9b..f306a2c3 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -529,7 +529,8 @@ <p> If you are building 32-bit binaries on a live system or chroot (for flashrom/bucts), you can use the following to statically link them:<br/> - $ <b>make SHARED=0 CC='gcc -static'</b> + $ <b>./builddeps-flashrom static</b><br/> + $ <b>./builddeps-bucts static</b> </p> <p> |