summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-06-12 06:54:25 -0500
committerP.A. López-Valencia2016-06-12 06:54:25 -0500
commit85401a3db83667f045447637995f6b1ff82a2d08 (patch)
tree77fbbce53b4c810767a96ad58a133570db3c055a
parentdf1f8d9f43d6b1e49bb07af3e19b630339456f30 (diff)
downloadaur-85401a3db83667f045447637995f6b1ff82a2d08.tar.gz
emacs-git 25.1.50.r126330-1
Remove hardening-wrapper from PATH as it breaks compilation. Taken from emacs-pretest. Thanks to Thomas Jost for the fix.
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38cac976a3f9..e90d9665d007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,7 @@ DOCS_PDF= # Generate and install pdf documentation.
#######################################################################
pkgname=emacs-git
-pkgver=25.1.50.r126117
+pkgver=25.1.50.r126330
pkgrel=1
pkgdesc="GNU Emacs. Master development branch."
arch=('i686' 'x86_64')
@@ -82,6 +82,9 @@ prepare() {
build() {
cd "$srcdir/$pkgname"
+ # Avoid hardening-wrapper (taken from emacs-pretest, thanks to Thomas Jost).
+ export PATH=$(echo "$PATH" | sed 's!/usr/lib/hardening-wrapper/bin!!g')
+
local _conf=(
--prefix=/usr
--sysconfdir=/etc