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++
This commit is contained in:
maxice8 2019-02-18 19:47:45 -03:00
parent a09b9d6243
commit d6b1702679
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -31,6 +31,7 @@ do_configure() {
_args+=" --with-zlib"
_args+=" --with-sqlite3"
_args+=" --enable-shared"
_args+=" --cc=gcc"
case "$XBPS_TARGET_MACHINE" in
i686*)