]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libxcrypt
client175: Convert python2 modules in source tarball to python3
[ipfire-2.x.git] / lfs / libxcrypt
index aac92b5ba59ba7947ef14e0ca8eb032356d5c82c..16ebb1dc528f5e9737ee44dd9d712240b6e679f9 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.4.20
+VER        = 4.4.23
 
 THISAPP    = libxcrypt-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,6 +33,8 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 ifeq "$(TOOLCHAIN)" "1"
   TARGET = $(DIR_INFO)/$(THISAPP)-tools
+  EXTRACONFIG = --host=$(CROSSTARGET) \
+               --target=$(CROSSTARGET)
 else
   TARGET = $(DIR_INFO)/$(THISAPP)
 endif
@@ -45,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3b87214308d9a48991fcf2b0aee5649e
+$(DL_FILE)_MD5 = 405116b5cc90b72216afccc54025afbc
 
 install : $(TARGET)
 
@@ -78,6 +80,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && autoreconf -vfi
        cd $(DIR_APP) && \
                ./configure \
+                       $(EXTRACONFIG) \
                        --prefix=$(PREFIX) \
                        --disable-static \
                        --enable-hashes=strong,glibc \