From cfaa8f9d55a6e250ce6bc3ac22c016bc4f28f9e6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 23 Oct 2015 13:01:13 +0200 Subject: [PATCH] mozjs17: get rid of cross workarounds. --- srcpkgs/mozjs17/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/mozjs17/template b/srcpkgs/mozjs17/template index f11a7f4337c..9084b3d6e53 100644 --- a/srcpkgs/mozjs17/template +++ b/srcpkgs/mozjs17/template @@ -1,7 +1,7 @@ # Template file for 'mozjs17' pkgname=mozjs17 version=17.0.0 -revision=4 +revision=5 wrksrc="mozjs${version}" build_wrksrc="js/src" build_style=gnu-configure @@ -25,8 +25,6 @@ do_configure() { ./configure --prefix=/usr --with-system-nspr \ --enable-threadsafe ${_args} - - sed -e 's,-L/usr/lib,,g' -i config/autoconf.mk } mozjs17-devel_package() {