]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/glibc
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / glibc
index 798f3ed8acd3727542bb10e1e693f8d923e7e565..43523e46f5269987afe56332c0a8f5c5a56b59c5 100644 (file)
--- a/lfs/glibc
+++ b/lfs/glibc
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.36
+VER        = 2.39
 
 THISAPP    = glibc-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -56,12 +56,15 @@ endif
 # Add some general configuration flags
 EXTRA_CONFIG += \
        --disable-profile \
-       --enable-kernel=4.14.0 \
+       --enable-kernel=5.4.0 \
        --enable-add-ons \
        --without-selinux \
        --enable-experimental-malloc \
        --enable-bind-now \
-       --disable-crypt
+       --enable-fortify-source \
+       --disable-crypt \
+       --disable-build-nscd \
+       --disable-nscd
 
 ifeq "$(BUILD_ARCH)" "x86_64"
        EXTRA_CONFIG += --enable-cet
@@ -79,7 +82,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = f8375e084043f032609e66fd98c234249df57a595c59672acb1bb8c69aed64d339d526611553449492b097cda900ad1d9bae8873d7f5932b10a9a0d8c9210c55
+$(DL_FILE)_BLAKE2 = 9d98459a2d58401e07c081e0d841935b23998da75a7eb5a7ebd23a1f9ebab99dee623fe166397c1b6c926960c570f62dbca5cb3b5ce84a918adff6b7a15e16bb
 
 install : $(TARGET)
 
@@ -118,11 +121,6 @@ ifneq "$(TOOLCHAIN)" "1"
        cd $(DIR_APP) && sed -i 's|libs -o|libs -L/usr/lib64 -Wl,-dynamic-linker=/lib64/ld-linux-x86-64.so.2 -o|' \
                scripts/test-installation.pl
  endif
-
- ifeq "$(BUILD_ARCH)" "armv6l"
-       cd $(DIR_APP) && sed -i 's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.3 -o|' \
-               scripts/test-installation.pl
- endif
 endif
 
        cd $(DIR_SRC)/glibc-build && \