strace: This package now links against elfutils

Message ID 20200610081951.25303-1-michael.tremer@ipfire.org
State Accepted
Commit 8365bd1aaac900fe409461b3b85c3becf0348605
Headers
Series strace: This package now links against elfutils |

Commit Message

Michael Tremer June 10, 2020, 8:19 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/strace | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

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