wok rev 20363

gpgme: use new gcc -> cook says: no compiler with C++11 support found -> C++ / QT bindings would be disabled
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 18:31:58 2018 +0000 (2018-06-09)
parents aaa2048b5391
children 1391e3f0a87b
files gpgme/receipt
line diff
     1.1 --- a/gpgme/receipt	Sat Jun 09 17:59:58 2018 +0000
     1.2 +++ b/gpgme/receipt	Sat Jun 09 18:31:58 2018 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="https://www.gnupg.org/ftp/gcrypt/gpgme/$TARBALL"
     1.5  
     1.6  DEPENDS="libassuan gnupg"
     1.7 -BUILD_DEPENDS="libgpg-error-dev libassuan-dev gnupg"
     1.8 +BUILD_DEPENDS="libgpg-error-dev libassuan-dev gnupg gcc63 gcc63-lib-base"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -19,6 +19,7 @@
    1.13  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    1.14  	echo "95b1fc427871ca8d30d6d3b1985c816fe0b5077b  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.15  
    1.16 +	export CC=gcc-63 CXX=g++-63
    1.17  	./configure $CONFIGURE_ARGS && make && make install
    1.18  }
    1.19