]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - glibc/glibc.nm
kernel: Update to 5.1
[ipfire-3.x.git] / glibc / glibc.nm
index d4ec78b6bf76652a2757ee0f1ddfa0be9d509b53..eb3f7e2ccd1d33b8cefbb013f4fadb68d92494c1 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = glibc
-version    = 2.28
+version    = 2.29
 release    = 1
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
@@ -23,7 +23,7 @@ description
        Linux system will not function.
 end
 
-source_dl  = http://ftp.gnu.org/gnu/glibc/
+source_dl  = https://ftp.gnu.org/gnu/glibc/
 sources    = %{thisapp}.tar.xz
 
 build
@@ -38,14 +38,15 @@ build
                gcc >= 8
                gettext
                kernel-headers >= %{OPTIMIZED_KERNEL}
-               make >= 4.0
                libcap-devel
                libstdc++-static
+               make >= 4.0
+               python3 >= 3.4
                texinfo
        end
 
        # Build glibc with custom cflags
-       GLIBC_FLAGS = -O3 -g -fasynchronous-unwind-tables -DNDEBUG
+       GLIBC_FLAGS = -O2 -g -DNDEBUG -pipe
 
        if "%{DISTRO_ARCH}" == "i686"
                GLIBC_FLAGS += -march=i686 -mtune=generic