X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 5F191DC0700 for ; Sat, 26 Mar 2016 13:47:33 +0000 (UTC) Received: from mail-lf0-f50.google.com (mail-lf0-f50.google.com [209.85.215.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id DF909DC01AA for ; Sat, 26 Mar 2016 13:47:31 +0000 (UTC) Received: by mail-lf0-f50.google.com with SMTP id f67so14378519lfb.0 for ; Sat, 26 Mar 2016 06:47:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=HWdxtVE07N8e3S7KW5KEYeRGSWJnRies1Sqy6Y5mEbg=; b=tM+hZMHgVvcyrMAa5NEyqFU6/UE284Q+R8c3PGBKJIJREg6pS9a+JZyebCm4UHqw7M x0CHOfkpd8AR9Y+IoGD5J//TBQ5iQldvxK5dSE5CfGWNFxCXl0hy7IdzmHkUlUsmuY7a 8LAOiJgxXLQP9PEMD2hP4zFU7e96qBnMuJDDqN2uId7KCc5BGeJj0EEPfYJmnPWtY6Xl 9G1FrXBeX7TdC7HppEc1BUDN4TB38ufvRXS8pgTvy7s3fZ1wsfWQbY50bCvPRMmcZ134 4aWebFSsLwAmfvN7bPwSFaccvHiZOwTXTLCEjab0q264U8hA9jTqVvaGRdEC1ssRkJJi 2wWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=HWdxtVE07N8e3S7KW5KEYeRGSWJnRies1Sqy6Y5mEbg=; b=k6VKVDyf9uOut+DUiWKlf/j8qMa4zDw+RcHH1oqHJUzkMN7hAu4jg7XyoJZCbtKsl+ Pi179BNoM+6udzWmj2eS6YmYzP+TTDaBQloqSlkYej4PUTpnWGO0LzlHQwCO611K1TBB crxuoMWebUl3pN9CR76o9zwiQA6bWWRxVnmwqjzNzz3D/7l7QtEIYLKCUgSOm9walneO 1Xofg2Fjvy0YJJTCU060LBLUlw+XlJ/8NKyzEjnNlvo9izQV3yXxh4DAnZnuKBZvEuMM JCbchlGJ6ChQ1oPBPC+x3h0vLbPMMaA/DJWLGQQ0wicM9a5wqrZ+gaCsrQhsXbeIMBZn fHuQ== X-Gm-Message-State: AD7BkJLt57oRP7bO9VjUVoumi7DiQWqADiRQdT5H3z2mPU6GpQKHj09P0YFRvPghR1TmGw== X-Received: by 10.25.19.151 with SMTP id 23mr82070lft.125.1459000049913; Sat, 26 Mar 2016 06:47:29 -0700 (PDT) Received: from vostro ([83.145.235.201]) by smtp.gmail.com with ESMTPSA id o1sm2760955lbc.26.2016.03.26.06.47.29 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 26 Mar 2016 06:47:29 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Sat, 26 Mar 2016 15:47:26 +0200 From: Timo Teras To: Christian Kampka Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/iptables: new upstream verison 1.6.0 Message-ID: <20160326154726.7199dc6f@vostro> In-Reply-To: <1458992157-25773-1-git-send-email-christian@kampka.net> References: <1458992157-25773-1-git-send-email-christian@kampka.net> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Sat, 26 Mar 2016 12:35:57 +0100 Christian Kampka wrote: > diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD > index 611f3be..12a8a95 100644 > --- a/main/iptables/APKBUILD > +++ b/main/iptables/APKBUILD > @@ -1,14 +1,14 @@ > # Maintainer: Natanael Copa > > pkgname=iptables > -pkgver=1.4.21 > -pkgrel=4 > +pkgver=1.6.0 > +pkgrel=0 > @@ -50,7 +49,7 @@ build() { > # do not use rpath > sed -i > 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' > libtool sed -i > 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool > - make || return 1 > + MAKEFLAGS="$MAKEFLAGS -j2" make || return 1 > } Usually hacks like this do not work in long run. It would be preferable to patch the make file so that proper dependency is established; or explicitly make first the target with broken dependencies (and thus calling make twice). This should be also reported upstream. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---