Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package: argus berkeleydb gzip lzma
Date: Thu, 21 Dec 2006 02:36:41 -0800 (PST)	[thread overview]
Message-ID: <20061221103641.EF908485A9@busybox.net> (raw)

Author: aldot
Date: 2006-12-21 02:36:40 -0800 (Thu, 21 Dec 2006)
New Revision: 17025

Log:
- use global DISABLE_LARGEFILE


Modified:
   trunk/buildroot/package/argus/argus.mk
   trunk/buildroot/package/berkeleydb/berkeleydb.mk
   trunk/buildroot/package/gzip/gzip.mk
   trunk/buildroot/package/lzma/lzma.mk


Changeset:
Modified: trunk/buildroot/package/argus/argus.mk
===================================================================
--- trunk/buildroot/package/argus/argus.mk	2006-12-21 00:43:06 UTC (rev 17024)
+++ trunk/buildroot/package/argus/argus.mk	2006-12-21 10:36:40 UTC (rev 17025)
@@ -12,11 +12,6 @@
 ARGUS_BINARY:=bin/argus
 ARGUS_TARGET_BINARY:=usr/sbin/argus
 
-ARGUS_CONFIG_OPTS:=
-ifneq ($(strip $(BR2_LARGEFILE)),y)
-ARGUS_CONFIG_OPTS += --disable-largefile
-endif
-
 ARGUS_TRAP_CHECK=ac_cv_lbl_unaligned_fail=yes
 ifeq ($(BR2_i386),y)
 ARGUS_TRAP_CHECK=ac_cv_lbl_unaligned_fail=no
@@ -63,7 +58,7 @@
 		--host=$(GNU_TARGET_NAME) \
 		--build=$(GNU_HOST_NAME) \
 		--prefix=/usr \
-		$(ARGUS_CONFIG_OPTS) \
+		$(DISABLE_LARGEFILE) \
 	);
 	touch $(ARGUS_DIR)/.configured
 

Modified: trunk/buildroot/package/berkeleydb/berkeleydb.mk
===================================================================
--- trunk/buildroot/package/berkeleydb/berkeleydb.mk	2006-12-21 00:43:06 UTC (rev 17024)
+++ trunk/buildroot/package/berkeleydb/berkeleydb.mk	2006-12-21 10:36:40 UTC (rev 17025)
@@ -10,10 +10,6 @@
 DB_DIR:=$(BUILD_DIR)/db-$(DB_VER).NC
 DB_SHARLIB:=libdb-$(DB_SO_VER).so
 
-ifneq ($(BR2_LARGEFILE),y)
-DB_LARGEFILE="--disable-largefile"
-endif
-
 $(DL_DIR)/$(DB_SOURCE):
 	$(WGET) -P $(DL_DIR) $(DB_SITE)/$(DB_SOURCE)
 
@@ -48,7 +44,7 @@
 		--disable-tcl \
 		--disable-compat185 \
 		--with-pic \
-                $(DB_LARGEFILE) \
+                $(DISABLE_LARGEFILE) \
 	);
 	$(SED) 's/\.lo/.o/g' $(DB_DIR)/build_unix/Makefile
 	touch $(DB_DIR)/.configured

Modified: trunk/buildroot/package/gzip/gzip.mk
===================================================================
--- trunk/buildroot/package/gzip/gzip.mk	2006-12-21 00:43:06 UTC (rev 17024)
+++ trunk/buildroot/package/gzip/gzip.mk	2006-12-21 10:36:40 UTC (rev 17025)
@@ -12,10 +12,6 @@
 GZIP_BINARY:=$(GZIP_DIR)/gzip
 GZIP_TARGET_BINARY:=$(TARGET_DIR)/bin/zmore
 
-ifneq ($(BR2_LARGEFILE),y)
-GZIP_LARGEFILE="--disable-largefile"
-endif
-
 $(DL_DIR)/$(GZIP_SOURCE):
 	 $(WGET) -P $(DL_DIR) $(GZIP_SITE)/$(GZIP_SOURCE)
 
@@ -44,7 +40,7 @@
 		--mandir=/usr/man \
 		--infodir=/usr/info \
 		$(DISABLE_NLS) \
-		$(GZIP_LARGEFILE) \
+		$(DISABLE_LARGEFILE) \
 	);
 	touch $(GZIP_DIR)/.configured
 

Modified: trunk/buildroot/package/lzma/lzma.mk
===================================================================
--- trunk/buildroot/package/lzma/lzma.mk	2006-12-21 00:43:06 UTC (rev 17024)
+++ trunk/buildroot/package/lzma/lzma.mk	2006-12-21 10:36:40 UTC (rev 17025)
@@ -12,9 +12,7 @@
 LZMA_CFLAGS:=$(TARGET_CFLAGS)
 ifeq ($(BR2_LARGEFILE),y)
 LZMA_CFLAGS+=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-LZMA_LARGEFILE="--enable-largefile"
 else
-LZMA_LARGEFILE="--disable-largefile"
 endif
 
 $(DL_DIR)/$(LZMA_SOURCE):
@@ -75,7 +73,7 @@
 		--includedir=$(TARGET_DIR)/include \
 		--disable-debug \
 		$(DISABLE_NLS) \
-		$(LZMA_LARGEFILE) \
+		$(DISABLE_LARGEFILE) \
 	);
 	touch $(LZMA_TARGET_DIR)/.configured;
 

                 reply	other threads:[~2006-12-21 10:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061221103641.EF908485A9@busybox.net \
    --to=aldot@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox