From patchwork Wed Jun 10 08:19:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3190 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49hg073ds5z3yRF for ; Wed, 10 Jun 2020 08:20:07 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49hg050HMlzS4; Wed, 10 Jun 2020 08:20:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49hg0453sNz2xlL; Wed, 10 Jun 2020 08:20:04 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49hg0312qYz2xfh for ; Wed, 10 Jun 2020 08:20:03 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49hg005BSgzS4; Wed, 10 Jun 2020 08:20:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1591777200; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=oZqORKf4ZEwot1lqtq1CvSdP/GO1BTYEqp84E3XYzmk=; b=+llIzw17KW5hRolrB5INdq740QSD42XhiRQB+VbaXTJlr6lFgBqjsXyOLK/eGINK/e6HFG uumCCCeanp9lH2Aw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1591777200; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=oZqORKf4ZEwot1lqtq1CvSdP/GO1BTYEqp84E3XYzmk=; b=mwenzCJ7NWB/beZ8mKUpNb/A3mq7OzO178TmV51Fyr9WdwaAJ55UaMcHWq0CWc5C6w0a5o i65dOZn73cFBNxFBdwcp4E5rCD78mjCGV/pRRVSpDNhdRlPvrEMz4a//nVxADlWQtto0fG 6pkzj//tr7tRDoqJP33OzMN2i0hj8Ns6hZBPl1t7PmGRlYZQUZ+jyxq18tNEZUFTMVO84h fpLPSj/CjDKglqHzRB2BJ1gANQr79Eg8EFvPmDTj9DQc5KmqMb+4eAUYIW3u16naKk0Pko KddOv5Tp1p01OzvQK8t/qHfH/o6wN6M3LZVV6h04ywSsX5qNsxSccURiU4vw4g== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] strace: This package now links against elfutils Date: Wed, 10 Jun 2020 08:19:51 +0000 Message-Id: <20200610081951.25303-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- lfs/strace | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/strace b/lfs/strace index 53e93b1ec..ec26bd299 100644 --- a/lfs/strace +++ b/lfs/strace @@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = strace -PAK_VER = 2 +PAK_VER = 3 -DEPS = "" +DEPS = elfutils ############################################################################### # Top-level Rules