X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fnettle;h=cc34b1fadcae37fd9f75a270c048773a83353b52;hb=b3e5529459d4dec78aa07b08b4ccfacdc449c3f9;hp=0ea42f343f0b079e65ef36f829abbcced628de46;hpb=e6461027b010b3a3fc80f89dc6266ba2001ada2e;p=ipfire-2.x.git diff --git a/lfs/nettle b/lfs/nettle index 0ea42f343f..cc34b1fadc 100644 --- a/lfs/nettle +++ b/lfs/nettle @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2019 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 = 3.0 +VER = 3.5.1 THISAPP = nettle-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f64b1bf1e774b7ae6e507318e340250e +$(DL_FILE)_MD5 = 0e5707b418c3826768d41130fbe4ee86 install : $(TARGET) @@ -71,9 +71,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ - --prefix=/usr \ - --enable-shared + --prefix=/usr \ + --disable-documentation \ + --disable-static cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install + chmod -v 755 /usr/lib/lib{hogweed,nettle}.so @rm -rf $(DIR_APP) @$(POSTBUILD)