X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpound;h=3860122a9f9d9a434941cd8adf0a132b83add0ce;hb=2b952557f4c963bdca3a4a9cf0e6c25ff6d19771;hp=20e807d18707c2d472574046b55d74fb99b4123e;hpb=d25b7c32bd420267d2604dfa34e6e3bfa7de9ed7;p=ipfire-2.x.git diff --git a/lfs/pound b/lfs/pound index 20e807d187..3860122a9f 100644 --- a/lfs/pound +++ b/lfs/pound @@ -24,7 +24,7 @@ include Config -VER = 2.7c +VER = 2.7 THISAPP = Pound-$(VER) DL_FILE = $(THISAPP).tgz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = pound -PAK_VER = 6 +PAK_VER = 8 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 56dace6b79c6be1d25b31355269c380a +$(DL_FILE)_MD5 = ec8298aa3e4aee3ffbecdc0639d7f14a install : $(TARGET) @@ -77,7 +77,8 @@ $(subst %,%_MD5,$(objects)) : $(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 --sysconfdir=/etc + cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \ + --with-dh=1024 cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install install -v -m 644 $(DIR_SRC)/config/backup/includes/pound \