]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/openssl
dhcp rfc2136: dhcpd does not seem to support SHA-1
[ipfire-2.x.git] / lfs / openssl
index 1abc92cdf486b504b261888f1a9f7e6d112e69ce..153a6b9ea6a410d45933fbc8ed23b45f43784f7c 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.0.2c
+VER        = 1.0.2d
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -62,6 +62,10 @@ CONFIGURE_OPTIONS = \
        no-srp \
        -DSSL_FORBID_ENULL
 
+ifeq "$(MACHINE)" "x86_64"
+       CONFIGURE_OPTIONS += linux-x86_64
+endif
+
 ifeq "$(MACHINE)" "i586"
        CONFIGURE_OPTIONS += linux-elf
 
@@ -82,7 +86,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8c8d81a9ae7005276e486702edbcd4b6
+$(DL_FILE)_MD5 = 38dd619b2e77cbac69b99f52a053d25a
 
 install : $(TARGET)