From d6b1702679e886bf85d76b55614826f7505d9f52 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 18 Feb 2019 19:47:45 -0300 Subject: [PATCH] botan: Tell it that we use gcc explicitly. It tries to deduce if the compiler is gcc or clang by looking for the ending. it searches for the -g++ ending but we pass -c++ --- srcpkgs/botan/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index fff84e4efae..e29f1317f8d 100644 --- a/srcpkgs/botan/template +++ b/srcpkgs/botan/template @@ -31,6 +31,7 @@ do_configure() { _args+=" --with-zlib" _args+=" --with-sqlite3" _args+=" --enable-shared" + _args+=" --cc=gcc" case "$XBPS_TARGET_MACHINE" in i686*)