X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fnettle;h=36f247d347ab828e69fcc3b09a089c738470f95b;hb=525f5d29595ecc3e1b7d329afac2591e48eb05f2;hp=b48b405e37962c342f99f70b17ea7c432edf6bf5;hpb=373c622aa65b113e945e5570383c8d8eb2702c19;p=ipfire-2.x.git diff --git a/lfs/nettle b/lfs/nettle index b48b405e37..36f247d347 100644 --- a/lfs/nettle +++ b/lfs/nettle @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2015 IPFire Team # +# 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.1.1 +VER = 3.4.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 = b40fa88dc32f37a182b6b42092ebb144 +$(DL_FILE)_MD5 = 9bdebb0e2f638d3b9d91f7fc264b70c1 install : $(TARGET) @@ -71,15 +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) && sed -i '/^install-here/ s/ install-static//' Makefile cd $(DIR_APP) && make install - chmod -v 755 /usr/lib/lib{hogweed,nettle}.so - install -v -m755 -d /usr/share/doc/nettle-3.1.1 - @rm -rf $(DIR_APP) @$(POSTBUILD)