summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrister Solskogen2023-01-07 13:36:03 +0000
committerChrister Solskogen2023-01-07 13:36:03 +0000
commitb3823a3226673463a4da55244af3e8c850f1872c (patch)
tree62fbb2a9ad87117ab44318eb586388bffc6fbebc
parentf1035cb871b60e2b0f0565f6b228de5f0bfe7b43 (diff)
downloadaur-b3823a3226673463a4da55244af3e8c850f1872c.tar.gz
fix gcc build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e41f33df23d8..a673b0feaa48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aarch64-glibc
pkgdesc = GNU C Library ARM64 target
pkgver = 2.36
- pkgrel = 3
+ pkgrel = 4
url = https://www.gnu.org/software/libc/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 63aaa49256d0..9f59f153f813 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _arch=aarch64
_target=$_arch-unknown-linux-gnu
pkgname=$_arch-glibc
pkgver=2.36
-pkgrel=3
+pkgrel=4
_commit=4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c
pkgdesc="GNU C Library ARM64 target"
arch=(any)
@@ -46,7 +46,6 @@ CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
--enable-bind-now \
--disable-multi-arch \
--enable-stack-protector=strong \
- --disable-crypt \
--disable-profile \
--disable-werror \
--disable-timezone-tools