X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from localhost (unknown [187.40.224.250]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nc@alpinelinux.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id BE38EDC18A1; Mon, 2 Apr 2012 17:03:58 +0000 (UTC) Date: Mon, 2 Apr 2012 19:04:07 +0200 From: Natanael Copa To: Cameron Banta Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 1/3] testing/libee: new package Message-ID: <20120402190407.3e77bc02@alpinelinux.org> In-Reply-To: <1333376780-1947-1-git-send-email-cbanta@gmail.com> References: <1333376780-1947-1-git-send-email-cbanta@gmail.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i686-pc-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 2 Apr 2012 14:26:18 +0000 Cameron Banta wrote: > this library is a dependency for new version of rsyslog > --- > testing/libee/APKBUILD | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > create mode 100644 testing/libee/APKBUILD Applied. > diff --git a/testing/libee/APKBUILD b/testing/libee/APKBUILD > new file mode 100644 > index 0000000..6c40319 ... > +options="libtool" Any particular reason that you keep the .la files? We normally delete those like other distros do too, as they cause overlinking issues. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---