X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flibevent2;h=08bba486ea34e67939329c6c358838c47cf377fe;hp=e2ad69fd5e99980dd1e50749d4cc550be6021282;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=6b696830535fd20ba0dc22e2615548e124c3328d diff --git a/lfs/libevent2 b/lfs/libevent2 index e2ad69fd5e..08bba486ea 100644 --- a/lfs/libevent2 +++ b/lfs/libevent2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2014 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 # @@ -24,7 +24,7 @@ include Config -VER = 2.0.21-stable +VER = 2.1.8-stable THISAPP = libevent-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,11 +32,6 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = libevent2 -PAK_VER = 2 - -DEPS = "" - ############################################################################### # Top-level Rules ############################################################################### @@ -45,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b2405cc9ebf264aa47ff615d9de527a2 +$(DL_FILE)_MD5 = f3eeaed018542963b7d2416ef1135ecc install : $(TARGET) @@ -68,8 +63,6 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) : $(subst %,%_MD5,$(objects)) : @$(MD5) -dist: - @$(PAK) ############################################################################### # Installation Details ############################################################################### @@ -77,8 +70,12 @@ dist: $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --disable-static + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) @$(POSTBUILD)