[arch-commits] Commit in glibc/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun May 24 22:03:38 UTC 2020
Date: Sunday, May 24, 2020 @ 22:03:37
Author: allan
Revision: 387510
upgpkg: glibc 2.31-5: build info pages manually for reproducibility
Modified:
glibc/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-24 19:31:56 UTC (rev 387509)
+++ PKGBUILD 2020-05-24 22:03:37 UTC (rev 387510)
@@ -7,7 +7,7 @@
pkgbase=glibc
pkgname=(glibc lib32-glibc)
pkgver=2.31
-pkgrel=4
+pkgrel=5
arch=(x86_64)
url='https://www.gnu.org/software/libc'
license=(GPL LGPL)
@@ -96,6 +96,9 @@
echo "CXX += -D_FORTIFY_SOURCE=2" >> configparms
make
+ # build info pages manually for reprducibility
+ make info
+
cd "$srcdir/lib32-glibc-build"
export CC="gcc -m32 -mstackrealign"
export CXX="g++ -m32 -mstackrealign"
More information about the arch-commits
mailing list