From owner-freebsd-current@FreeBSD.ORG Sun Apr 19 04:41:41 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1253F1065675; Sun, 19 Apr 2009 04:41:41 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from sakura.ccs.furiru.org (unknown [IPv6:2001:2f0:104:8060::1]) by mx1.freebsd.org (Postfix) with ESMTP id B13368FC0C; Sun, 19 Apr 2009 04:41:40 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (authenticated bits=0) by sakura.ccs.furiru.org (unknown) with ESMTP id n3J4fbtO016141; Sun, 19 Apr 2009 13:41:39 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Sun, 19 Apr 2009 13:41:37 +0900 (JST) Message-Id: <20090419.134137.229119706.nyan@jp.FreeBSD.org> To: kientzle@freebsd.org From: Takahashi Yoshihiro In-Reply-To: <49EA9DDF.5040500@freebsd.org> References: <20090419.121350.258482423.nyan@jp.FreeBSD.org> <49EA9DDF.5040500@freebsd.org> X-Mailer: Mew version 6.2 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: Making release is broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2009 04:41:41 -0000 In article <49EA9DDF.5040500@freebsd.org> Tim Kientzle writes: > Easiest fix is to add -lcrypto to the boot_crunch.conf. > That would satisfy libarchive's new requirements. > > Alternatively, I could put conditionals on RELEASE_CRUNCH > into cpio so that it didn't use any of the new libarchive > features that are causing this. > > With a little more work, I could put together a minicpio that > provided just the bare minimum of features required by the > boot_crunch. > > Any strong preference? I prefer to add RELEASE_CRUNCH condition or add a minicpio to avoid increasing a binary size. --- TAKAHASHI Yoshihiro