]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/strace
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / strace
index c6ea3587665e5a044a46ca25ae422e3f840e08ee..1b6bb6ae52fbd9bec76caaee6d36dc1a31ec3e2d 100644 (file)
 
 include Config
 
-VER        = 5.10
-SUP_ARCHES = x86_64 i586 armv5tel
+SUMMARY    = A utility to trace the system calls of a program
+
+VER        = 5.14
+SUP_ARCHES = x86_64 armv6l aarch64
 
 THISAPP    = strace-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -33,10 +35,12 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = strace
-PAK_VER    = 4
+PAK_VER    = 6
 
 DEPS       = elfutils
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -45,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 5f9f87f9afa282e7512f67a129287d6c
+$(DL_FILE)_MD5 = 36c1c17f31855617b7898d2fd5abb9e2
 
 install : $(TARGET)
 
@@ -78,7 +82,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr
+       cd $(DIR_APP) && ./configure --prefix=/usr --enable-mpers=check
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)