[bootlin/training-materials updates] master: labs/sysdev-thirdparty: add "--without-versioned" in following configure command (af417af1)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Sep 29 10:48:22 CEST 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/af417af1ca10c69b266bddcc875bb5a00be969c5

>---------------------------------------------------------------

commit af417af1ca10c69b266bddcc875bb5a00be969c5
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Sep 29 10:48:22 2022 +0200

    labs/sysdev-thirdparty: add "--without-versioned" in following configure command
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

af417af1ca10c69b266bddcc875bb5a00be969c5
 labs/sysdev-thirdparty/sysdev-thirdparty.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-thirdparty/sysdev-thirdparty.tex b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
index ccf3eeec..918d6c3b 100644
--- a/labs/sysdev-thirdparty/sysdev-thirdparty.tex
+++ b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
@@ -261,7 +261,7 @@ the libraries to be installed in the \code{/usr} prefix, so let's tell
 the \code{configure} script about this:
 
 \begin{bashinput}
-$ CC=arm-linux-gcc ./configure --host=arm-linux --prefix=/usr
+$ CC=arm-linux-gcc ./configure --host=arm-linux  --without-versioned --prefix=/usr
 $ make
 \end{bashinput}
 




More information about the training-materials-updates mailing list