wok rev 20569
nss: force arch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 13 11:00:12 2018 +0100 (2018-12-13) |
parents | 14e284e071e0 |
children | 859df5086c8b |
files | cloudvpn/receipt cowpatty/receipt iaxmodem/receipt knot/receipt lftp/receipt libetpan/receipt nss/receipt perl-io-socket-ssl/receipt |
line diff
1.1 --- a/cloudvpn/receipt Thu Dec 13 00:21:59 2018 +0100 1.2 +++ b/cloudvpn/receipt Thu Dec 13 11:00:12 2018 +0100 1.3 @@ -11,13 +11,12 @@ 1.4 WGET_URL="http://dev.e-x-a.org/attachments/download/1/$TARBALL" 1.5 TAGS="vpn tunnel" 1.6 1.7 -BUILD_DEPENDS="gnutls-dev zlib-dev automake" 1.8 +BUILD_DEPENDS="gnutls-dev libgnutls zlib-dev automake" 1.9 DEPENDS="gcc-lib-base gnutls zlib libtasn1" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - cd $src 1.15 ./autogen.sh 1.16 ./configure \ 1.17 $CONFIGURE_ARGS &&
2.1 --- a/cowpatty/receipt Thu Dec 13 00:21:59 2018 +0100 2.2 +++ b/cowpatty/receipt Thu Dec 13 11:00:12 2018 +0100 2.3 @@ -16,8 +16,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - cd $src 2.8 - make || return 1 2.9 + make -j 1 || return 1 2.10 make strip || return 1 2.11 make BINDIR="/usr/bin" DESTDIR="$DESTDIR" install 2.12 install -D -m644 dict $DESTDIR/usr/share/cowpatty/dict
3.1 --- a/iaxmodem/receipt Thu Dec 13 00:21:59 2018 +0100 3.2 +++ b/iaxmodem/receipt Thu Dec 13 11:00:12 2018 +0100 3.3 @@ -12,12 +12,11 @@ 3.4 CONFIG_FILES="/etc/iaxmodem" 3.5 3.6 DEPENDS="jpeg tiff zlib hylafax" 3.7 -BUILD_DEPENDS="jpeg-dev tiff-dev zlib-dev" 3.8 +BUILD_DEPENDS="jpeg-dev tiff-dev zlib-dev file" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules() 3.12 { 3.13 - cd $src 3.14 #sed -i 's/uucp/root/' iaxmodem.c 3.15 ./configure --prefix=/usr --infodir=/usr/share/info \ 3.16 --mandir=/usr/share/man \
4.1 --- a/knot/receipt Thu Dec 13 00:21:59 2018 +0100 4.2 +++ b/knot/receipt Thu Dec 13 11:00:12 2018 +0100 4.3 @@ -11,7 +11,7 @@ 4.4 WGET_URL="https://secure.nic.cz/files/knot-dns/$TARBALL" 4.5 4.6 DEPENDS="gnutls nettle liburcu libedit" 4.7 -BUILD_DEPENDS="gnutls-dev nettle-dev liburcu-dev libedit-dev" 4.8 +BUILD_DEPENDS="gnutls-dev libgnutls nettle-dev liburcu-dev libedit-dev" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/lftp/receipt Thu Dec 13 00:21:59 2018 +0100 5.2 +++ b/lftp/receipt Thu Dec 13 11:00:12 2018 +0100 5.3 @@ -12,12 +12,12 @@ 5.4 CROSS="bug: failed at test" 5.5 5.6 DEPENDS="gmp readline expat gnutls gcc-lib-base" 5.7 -BUILD_DEPENDS="gmp-dev ncurses-dev readline-dev expat-dev gperf gnutls-dev" 5.8 +BUILD_DEPENDS="gmp-dev ncurses-dev readline-dev expat-dev gperf gnutls-dev \ 5.9 +libgnutls" 5.10 5.11 # Rules to configure and make the package. 5.12 compile_rules() 5.13 { 5.14 - cd $src 5.15 ./configure \ 5.16 --with-gnutls \ 5.17 --without-openssl \
6.1 --- a/libetpan/receipt Thu Dec 13 00:21:59 2018 +0100 6.2 +++ b/libetpan/receipt Thu Dec 13 11:00:12 2018 +0100 6.3 @@ -11,7 +11,7 @@ 6.4 WGET_URL="https://github.com/dinhviethoa/libetpan/archive/$TARBALL" 6.5 6.6 DEPENDS="libsasl expat libcurl libdb openssl gnutls libgnutls zlib gcc-lib-base" 6.7 -BUILD_DEPENDS="autoconf automake libtool expat-dev gnutls-dev" 6.8 +BUILD_DEPENDS="autoconf automake libtool expat-dev gnutls-dev libgnutls" 6.9 6.10 # Rules to configure and make the package. 6.11 compile_rules()
7.1 --- a/nss/receipt Thu Dec 13 00:21:59 2018 +0100 7.2 +++ b/nss/receipt Thu Dec 13 11:00:12 2018 +0100 7.3 @@ -16,7 +16,7 @@ 7.4 # Rules to configure and make the package. 7.5 compile_rules() 7.6 { 7.7 - cd $src 7.8 + sed -i 's|uname -m|echo i686|' nss/coreconf/arch.mk nss/tests/run_niscc.sh 7.9 patch -Np1 -i $stuff/nss-3.17.4-standalone-1.patch && 7.10 cd nss && 7.11 make -j1 nss_build_all BUILD_OPT=1 \