X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flibmpdclient;h=7a4ce2955a8366f5295bd38a6b8180888b936cca;hb=17872019ba56d6ec81742fc61218933f25988f7e;hp=afbbb7dc36d51e20a38efe313abef6b222263d50;hpb=44f8687ba29b06b012a01c36abe51ffdba27287d;p=ipfire-2.x.git diff --git a/lfs/libmpdclient b/lfs/libmpdclient index afbbb7dc36..7a4ce2955a 100644 --- a/lfs/libmpdclient +++ b/lfs/libmpdclient @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# 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 # @@ -77,6 +77,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) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install