Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3D6A77A3DC for ; Mon, 30 May 2016 19:52:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E82B985E5B; Mon, 30 May 2016 19:52:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 75F8D85E6F for ; Mon, 30 May 2016 19:52:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nEP4ZJKhPFed for ; Mon, 30 May 2016 19:52:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 074F284CF1 for ; Mon, 30 May 2016 19:52:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0144EFBB5; Mon, 30 May 2016 19:52:49 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 30 May 2016 19:52:49 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/lang/nodejs To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20160530195250.0144EFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tnn Date: Mon May 30 19:52:49 UTC 2016 Modified Files: pkgsrc/lang/nodejs: options.mk Log Message: Apply band-aid for PR pkg/51172 openssl rpath problem. I tried and failed to reverse engineer the build framework to add the rpath in the right place. Give up for now and force it with WRAP_EXTRA_ARGS.CXX. At least it makes the package build again. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/nodejs/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.