wok-6.x diff pinentry/receipt @ rev 20352

pinentry: try with newer gcc and specify build
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 13:10:46 2018 +0000 (2018-06-09)
parents a99cad7f1ceb
children 6655176c9e79
line diff
     1.1 --- a/pinentry/receipt	Sat Jun 09 11:50:47 2018 +0000
     1.2 +++ b/pinentry/receipt	Sat Jun 09 13:10:46 2018 +0000
     1.3 @@ -9,9 +9,8 @@
     1.4  WEB_SITE="https://www.gnupg.org/"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WGET_URL="https://www.gnupg.org/ftp/gcrypt/pinentry/$TARBALL"
     1.7 -HOST_ARCH="i486 arm"
     1.8  
     1.9 -DEPENDS="libassuan libcap libgio libsecret ncursesw"
    1.10 +DEPENDS="libassuan libcap libgio libsecret ncursesw gcc63"
    1.11  BUILD_DEPENDS="libgpg-error-dev libassuan-dev libsecret-dev ncursesw-dev \
    1.12  libcap-dev libgcrypt-dev fltk-dev"
    1.13  SIBLINGS="pinentry-gtk"
    1.14 @@ -23,7 +22,7 @@
    1.15  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    1.16  	echo "693bdf9f48dfb3e040d92f50b1bb464e268b9fb0  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.17  
    1.18 -	./configure --enable-pinentry-curses &&
    1.19 +	./configure --enable-pinentry-curses --build=i486-slitaz-linux-gnu &&
    1.20  	make && make install
    1.21  }
    1.22