X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fliboping;h=a1fb93ada06adfe5dcf1bf8938fbc22ddafec208;hb=abe21498524bce327404febe644b1361267d0957;hp=24379598f1fb392bb396811b867318e47a40a5ed;hpb=8a1a3bf3934c8a92c605135ee13db466ea3dcbf4;p=ipfire-2.x.git diff --git a/lfs/liboping b/lfs/liboping index 24379598f1..a1fb93ada0 100644 --- a/lfs/liboping +++ b/lfs/liboping @@ -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,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && sed -e "s/-Werror//g" -i src/Makefile.* cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING)