]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/nettle
squid 3.5.22: latest patch (14099)
[ipfire-2.x.git] / lfs / nettle
index 59c013ea59da6752286cd16b39bb54ef88ec8730..d0a3e5a2b6b64ec6c75e525287093975b9baefc2 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2015  IPFire Team  <info@ipfire.org>                          #
 #                                                                             #
 # 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.7.1
+VER        = 3.2
 
 THISAPP    = nettle-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 003d5147911317931dd453520eb234a5
+$(DL_FILE)_MD5 = afb15b4764ebf1b4e6d06c62bd4d29e4
 
 install : $(TARGET)
 
@@ -70,10 +70,10 @@ $(subst %,%_MD5,$(objects)) :
 $(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
+       cd $(DIR_APP) && ./configure --prefix=/usr --disable-static 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
+       chmod -v 755 /usr/lib/lib{hogweed,nettle}.so
+       install -v -m755 -d /usr/share/doc/nettle-3.2
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)