[bootlin/training-materials updates] master: Thirdparty lab: remove "--disable-python" for alsa-lib (66983bf2)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue May 18 18:06:00 CEST 2021


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

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

commit 66983bf25b7861e6bb4e6deb8c9ca3805e7cc2f4
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue May 18 18:05:18 2021 +0200

    Thirdparty lab: remove "--disable-python" for alsa-lib
    
    - Not needed any more
    - And not explained anyway
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

66983bf25b7861e6bb4e6deb8c9ca3805e7cc2f4
 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 245833ec..b25c0f13 100644
--- a/labs/sysdev-thirdparty/sysdev-thirdparty.tex
+++ b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
@@ -276,7 +276,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 --disable-python --prefix=/usr
+$ CC=arm-linux-gcc ./configure --host=arm-linux --prefix=/usr
 $ make
 \end{bashinput}
 




More information about the training-materials-updates mailing list