From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Type: multipart/mixed; boundary="===============2038425510525156932==" List-Id: --===============2038425510525156932== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D strace -PAK_VER =3D 2 +PAK_VER =3D 3 =20 -DEPS =3D "" +DEPS =3D elfutils =20 ############################################################################= ### # Top-level Rules --=20 2.20.1 --===============2038425510525156932==--