From fddf97456c473b1231e08aea5e8096f42f2a63a8 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 16 May 2023 17:23:00 +0200 Subject: doc: Change '--with-configure-flag' example to something that works. Passing '-DBUILD_COMPLEX=OFF' to lapack would eventually lead to a link error. Reported by Florian Pelz . * doc/guix.texi (Package Transformation Options): Change '--with-configure-flag' example. * etc/news.scm: Likewise. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index 60972f408d..5851af4092 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -12990,7 +12990,7 @@ builds @code{lapack}: @example guix build lapack \ - --with-configure-flag=lapack=-DBUILD_COMPLEX=OFF + --with-configure-flag=lapack=-DBUILD_SHARED_LIBS=OFF @end example @quotation Note -- cgit v1.2.3