summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes2020-05-15 17:54:35 -0400
committerTavian Barnes2020-05-15 17:54:35 -0400
commit8a648207bc653be676efb5f206182e67965cf444 (patch)
tree40fd9f46383204b4a43b755e570fda26bcaa9931
parent3ddc26f458ff77524c107edc93f8994ce4dd5f80 (diff)
downloadaur-8a648207bc653be676efb5f206182e67965cf444.tar.gz
Disable systemtap when building headers
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9521164cd356..e0cb3e4dca09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-linux-gnueabihf-glibc-headers
pkgdesc = GNU C Library headers (arm-linux-gnueabihf)
pkgver = 2.31
- pkgrel = 3
+ pkgrel = 3.1
url = https://www.gnu.org/software/libc/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index bf2ec5c432fe..c91635d93388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_target="arm-linux-gnueabihf"
pkgname=${_target}-glibc-headers
pkgver=2.31
-pkgrel=3
+pkgrel=3.1
pkgdesc="GNU C Library headers (${_target})"
arch=('any')
url="https://www.gnu.org/software/libc/"
@@ -57,7 +57,7 @@ build() {
--disable-multi-arch
--enable-stack-protector=strong
--enable-stackguard-randomization
- --enable-systemtap
+ --disable-systemtap
--disable-profile
--disable-werror
)