From patchwork Wed Feb 4 19:55:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Derycke X-Patchwork-Id: 436472 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id A431D140218 for ; Thu, 5 Feb 2015 06:55:57 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3028FA14FC; Wed, 4 Feb 2015 19:55:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gUBr-36Rq_Y3; Wed, 4 Feb 2015 19:55:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id E0EBBA14D8; Wed, 4 Feb 2015 19:55:53 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id AA76C1C07F7 for ; Wed, 4 Feb 2015 19:55:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A60CE91AFD for ; Wed, 4 Feb 2015 19:55:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c0K3inDAi+IP for ; Wed, 4 Feb 2015 19:55:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by hemlock.osuosl.org (Postfix) with ESMTPS id 1E0CE918A0 for ; Wed, 4 Feb 2015 19:55:51 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id k11so3844475wes.2 for ; Wed, 04 Feb 2015 11:55:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=9lVo3nE9F6h3XUlghBhLmQC5yjo6Jc1b9OgVz6bTMBg=; b=e96hn8t0ubj3VMGDFBEWztfSche74Wn9uNylk96tK3EOxJtnYpI6GTYPPgawk1lb19 eIkXmrgzTvikVn/DrL67LMVzNaEsZfXx9RpyzqhZexGU4+mNjG1uU+RQGNKgIF2BglN/ Hp3hXvZcVa0x9qh7HlJaHuebu30/YPaZ6B+0rEPG7bsEPiHz/2Vnk9y1EpQWbo5GAeK2 m0+PEaiFUwSS182fBLKBlqaV39+x5pq11Se8efhEMR5UYiOhfYEMo9OMbsFf1rNJNMGW eLCxG/yHnKgddqsiz0F3h9Zj9ReaBx91UbqjXbZKh4uI+fD+QpU1vLRlyCMa6QcfNyQ9 5pEQ== X-Received: by 10.194.190.10 with SMTP id gm10mr67599111wjc.91.1423079749733; Wed, 04 Feb 2015 11:55:49 -0800 (PST) Received: from localhost.localdomain (206.66-243-81.adsl-dyn.isp.belgacom.be. [81.243.66.206]) by mx.google.com with ESMTPSA id x10sm4628879wif.15.2015.02.04.11.55.48 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 04 Feb 2015 11:55:49 -0800 (PST) From: johanderycke@gmail.com To: buildroot@buildroot.org Date: Wed, 4 Feb 2015 20:55:44 +0100 Message-Id: <1423079744-1471-1-git-send-email-johanderycke@gmail.com> X-Mailer: git-send-email 2.1.4 Cc: Johan Derycke , Pieter Ronsijn Subject: [Buildroot] [PATCH v1 1/1] Prevent installing log4cxx documentation. X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" From: Pieter Ronsijn Saves around 14 MiB of data in usr/share/log4cxx/html. Signed-off-by: Johan Derycke --- package/log4cxx/log4cxx.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/log4cxx/log4cxx.mk b/package/log4cxx/log4cxx.mk index 00d851e..7d7e2e9 100644 --- a/package/log4cxx/log4cxx.mk +++ b/package/log4cxx/log4cxx.mk @@ -13,7 +13,10 @@ LOG4CXX_LICENSE_FILES = LICENSE LOG4CXX_CONF_OPTS = \ --with-apr=$(STAGING_DIR)/usr/bin/apr-1-config \ - --with-apr-util=$(STAGING_DIR)/usr/bin/apu-1-config + --with-apr-util=$(STAGING_DIR)/usr/bin/apu-1-config \ + --disable-dot \ + --disable-doxygen \ + --disable-html-docs LOG4CXX_DEPENDENCIES = apr apr-util