From: Ileana Dumitrescu Date: Fri, 23 Aug 2024 16:07:10 +0000 (+0300) Subject: README-release: Update compiler environment variable X-Git-Tag: v2.5.2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07ef1f34ee5477c5bddcb4e373957ebf5bdb4fad;p=thirdparty%2Flibtool.git README-release: Update compiler environment variable When compiling C++ code, CXX should be used to set the compiler to g++ instead of CC, which is for setting a C compiler. --- diff --git a/gl/top/README-release.diff b/gl/top/README-release.diff index 8bcc2c910..d9771ba6f 100644 --- a/gl/top/README-release.diff +++ b/gl/top/README-release.diff @@ -30,7 +30,7 @@ + make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-ltdl-install + make distcheck DISTCHECK_CONFIGURE_FLAGS=--program-prefix=g + make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-shared -+ make distcheck CC=g++ ++ make distcheck CXX=g++ + + If there are any problems, fix them and start again.