summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLouis Jencka2016-11-20 13:51:40 -0700
committerLouis Jencka2016-11-20 13:51:40 -0700
commitad0d96bcd6a12645b1c9c12a3f23a40e22ad3a8c (patch)
treeeabb4909f07d3d9986404bac2203ca36fc4f505d /PKGBUILD
parent5911a792f9381907ccab7936035818cd20e6bcfa (diff)
downloadaur-ad0d96bcd6a12645b1c9c12a3f23a40e22ad3a8c.tar.gz
Disable stack hardening
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b4c262a1885..4938bf9d8be2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,6 +37,7 @@ package_uzbl-core-next-git() {
cd "$srcdir/$_gitname"
make clean
+ local CFLAGS="--param=ssp-buffer-size=4"
make DESTDIR="$pkgdir" PREFIX=/usr install-uzbl-core
}