From 33f5efc67e1177819d8b70a17d407d97c4138930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 22 Nov 2015 14:54:05 +0100 Subject: [PATCH] mozjs24: set nopie=yes It won't build with PIE, because configure detects a compiler bug. --- srcpkgs/mozjs24/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/mozjs24/template b/srcpkgs/mozjs24/template index 199ceb5be73..42d547deae9 100644 --- a/srcpkgs/mozjs24/template +++ b/srcpkgs/mozjs24/template @@ -1,7 +1,7 @@ # Template file for 'mozjs24' pkgname=mozjs24 version=24.2.0 -revision=5 +revision=6 wrksrc="mozjs-${version}" build_wrksrc="js/src" build_style=gnu-configure @@ -13,6 +13,7 @@ license="MPL-1.1, GPL-2, LGPL-2.1" maintainer="Juan RP " distfiles="${MOZILLA_SITE}/js/mozjs-${version}.tar.bz2" checksum=e62f3f331ddd90df1e238c09d61a505c516fe9fd8c5c95336611d191d18437d8 +nopie=yes do_configure() { local _args