X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fsysstat;h=bdd78ff868d0a46ede5e4c4ad16e343959da0f71;hp=8961355f79f43cb659b43c40c01e1faa47400429;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/sysstat b/lfs/sysstat index 8961355f79..bdd78ff868 100644 --- a/lfs/sysstat +++ b/lfs/sysstat @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -70,6 +70,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/sysstat-6.0.2-sysconf.patch + cd $(DIR_APP) && sed "/asm\/page.h/d" -i common.c cd $(DIR_APP) && cp -vf $(DIR_SRC)/config/sysstat/CONFIG build/ cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install