mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
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:
parent
a09b9d6243
commit
d6b1702679
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ do_configure() {
|
||||||
_args+=" --with-zlib"
|
_args+=" --with-zlib"
|
||||||
_args+=" --with-sqlite3"
|
_args+=" --with-sqlite3"
|
||||||
_args+=" --enable-shared"
|
_args+=" --enable-shared"
|
||||||
|
_args+=" --cc=gcc"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*)
|
i686*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue