From: Michael Tremer Date: Wed, 10 Jun 2020 08:19:51 +0000 (+0000) Subject: strace: This package now links against elfutils X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8365bd1aaac900fe409461b3b85c3becf0348605;p=people%2Fstevee%2Fipfire-2.x.git strace: This package now links against elfutils Signed-off-by: Michael Tremer --- diff --git a/lfs/strace b/lfs/strace index 53e93b1ecb..ec26bd2992 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