From e73dba576b50c952f19c9c6be4c1a3627457f42a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Thu, 3 Mar 2016 11:01:14 +0000 Subject: main/nodejs: do not set vfpv3 fpu for armhf This reverts most of commit 2fc663d5. Debian target armv7+ in their armhf. We target armv6+ which does not support vfpv3. ref #5211 --- main/nodejs/APKBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'main/nodejs') diff --git a/main/nodejs/APKBUILD b/main/nodejs/APKBUILD index 6945328801..29170a2f9b 100644 --- a/main/nodejs/APKBUILD +++ b/main/nodejs/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Eivind Uggedal pkgname=nodejs pkgver=4.3.1 -pkgrel=0 +pkgrel=1 pkgdesc='Evented I/O for V8 javascript' url='http://nodejs.org/' arch='all' @@ -27,11 +27,9 @@ prepare() { build() { cd "$_builddir" - [ "$CARCH" = "armhf" ] && local _FPU="--with-arm-fpu=vfpv3-d16" ./configure --prefix=/usr \ --shared-zlib \ --shared-libuv \ - $_FPU \ --shared-openssl \ || return 1 # we need run mksnapshot at build time so paxmark it early -- cgit v1.2.3