wok 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 |
files | pinentry-gtk/receipt pinentry/receipt |
line diff
1.1 --- a/pinentry-gtk/receipt Sat Jun 09 11:50:47 2018 +0000 1.2 +++ b/pinentry-gtk/receipt Sat Jun 09 13:10:46 2018 +0000 1.3 @@ -11,7 +11,7 @@ 1.4 WGET_URL="https://www.gnupg.org/ftp/gcrypt/pinentry/$TARBALL" 1.5 HOST_ARCH="i486 arm" 1.6 1.7 -DEPENDS="gtk+ libassuan libcap libsecret libtinfo ncursesw" 1.8 +DEPENDS="gtk+ libassuan libcap libsecret libtinfo ncursesw gcc63" 1.9 BUILD_DEPENDS="libgpg-error-dev libassuan-dev libsecret-dev ncursesw-dev \ 1.10 libcap-dev gtk+-dev libgcrypt-dev fltk-dev" 1.11 SIBLINGS="pinentry" 1.12 @@ -28,6 +28,7 @@ 1.13 --enable-pinentry-gtk2 \ 1.14 --enable-fallback-curses \ 1.15 --disable-pinentry-curses \ 1.16 + --build=i486-slitaz-linux-gnu \ 1.17 $CONFIGURE_ARGS && 1.18 make && 1.19 make install
2.1 --- a/pinentry/receipt Sat Jun 09 11:50:47 2018 +0000 2.2 +++ b/pinentry/receipt Sat Jun 09 13:10:46 2018 +0000 2.3 @@ -9,9 +9,8 @@ 2.4 WEB_SITE="https://www.gnupg.org/" 2.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.6 WGET_URL="https://www.gnupg.org/ftp/gcrypt/pinentry/$TARBALL" 2.7 -HOST_ARCH="i486 arm" 2.8 2.9 -DEPENDS="libassuan libcap libgio libsecret ncursesw" 2.10 +DEPENDS="libassuan libcap libgio libsecret ncursesw gcc63" 2.11 BUILD_DEPENDS="libgpg-error-dev libassuan-dev libsecret-dev ncursesw-dev \ 2.12 libcap-dev libgcrypt-dev fltk-dev" 2.13 SIBLINGS="pinentry-gtk" 2.14 @@ -23,7 +22,7 @@ 2.15 # Integrity check: https://www.gnupg.org/download/integrity_check.html 2.16 echo "693bdf9f48dfb3e040d92f50b1bb464e268b9fb0 $SRC/$TARBALL" | sha1sum -c || exit 1 2.17 2.18 - ./configure --enable-pinentry-curses && 2.19 + ./configure --enable-pinentry-curses --build=i486-slitaz-linux-gnu && 2.20 make && make install 2.21 } 2.22