From 2b269e5e9c4383e7a95f3da9cb2e33e55b84ad93 Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 28 Jan 2011 16:59:47 +0000 Subject: [PATCH] [packages] remove usages of $(CONFIG_LARGEFILE) and $(DISABLE_LARGEFILE) git-svn-id: svn://svn.openwrt.org/openwrt/packages@25207 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/dibbler/Makefile | 1 - libs/db47/Makefile | 1 - libs/ossp-js/Makefile | 1 - libs/postgresql/Makefile | 1 - libs/rrdtool-1.0.x/Makefile | 1 - net/elinks/Makefile | 1 - net/lighttpd/Makefile | 5 ----- net/openssh/Makefile | 1 - net/samba/Makefile | 2 -- net/samba3/Makefile | 6 ++---- 10 files changed, 2 insertions(+), 18 deletions(-) diff --git a/ipv6/dibbler/Makefile b/ipv6/dibbler/Makefile index 419f8ef5c..6a2a4431c 100644 --- a/ipv6/dibbler/Makefile +++ b/ipv6/dibbler/Makefile @@ -101,7 +101,6 @@ define Build/Configure --sbindir=/usr/sbin \ --sysconfdir=/etc \ $(DISABLE_NLS) \ - $(DISABLE_LARGEFILE) \ ); endef diff --git a/libs/db47/Makefile b/libs/db47/Makefile index c309e0672..7c38f2333 100644 --- a/libs/db47/Makefile +++ b/libs/db47/Makefile @@ -60,7 +60,6 @@ define Build/Configure --sbindir=/usr/sbin \ --sysconfdir=/etc \ $(DISABLE_NLS) \ - $(DISABLE_LARGEFILE) \ --enable-shared \ --enable-static \ --disable-java \ diff --git a/libs/ossp-js/Makefile b/libs/ossp-js/Makefile index 5af55f639..78ddb7978 100644 --- a/libs/ossp-js/Makefile +++ b/libs/ossp-js/Makefile @@ -69,7 +69,6 @@ define Build/Configure --sbindir=/usr/sbin \ --sysconfdir=/etc \ $(DISABLE_NLS) \ - $(DISABLE_LARGEFILE) \ --disable-shared \ --enable-static \ ); diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 7f15de92c..2120155ad 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -77,7 +77,6 @@ define Build/Configure --sbindir=/usr/sbin \ --sysconfdir=/etc \ $(DISABLE_NLS) \ - $(DISABLE_LARGEFILE) \ --enable-shared \ --enable-static \ --disable-integer-datetimes \ diff --git a/libs/rrdtool-1.0.x/Makefile b/libs/rrdtool-1.0.x/Makefile index c14fcb551..4e0eebc5c 100644 --- a/libs/rrdtool-1.0.x/Makefile +++ b/libs/rrdtool-1.0.x/Makefile @@ -85,7 +85,6 @@ endef TARGET_CFLAGS += $(FPIC) --std=c99 CONFIGURE_ARGS += \ - $(DISABLE_LARGEFILE) \ $(DISABLE_NLS) \ --enable-shared=yes \ --enable-static=yes \ diff --git a/net/elinks/Makefile b/net/elinks/Makefile index db2970c09..caaefea3e 100644 --- a/net/elinks/Makefile +++ b/net/elinks/Makefile @@ -60,7 +60,6 @@ define Build/Configure --mandir=/usr/share/man \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ - $(DISABLE_LARGEFILE) \ $(DISABLE_NLS) \ --enable-small\ --enable-256-colors\ diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index cd5ffbd5f..9b344cce5 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -229,11 +229,6 @@ CONFIGURE_ARGS+= \ CONFIGURE_VARS+= \ PCRE_LIB="-lpcre" \ -ifneq ($(CONFIG_LARGEFILE),y) - CONFIGURE_ARGS+= \ - --disable-lfs -endif - ifeq ($(CONFIG_IPV6),y) CONFIGURE_ARGS+= \ --enable-ipv6 diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 8a3ee6957..beb16c90c 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -110,7 +110,6 @@ OpenSSH SFTP server. endef CONFIGURE_ARGS+= \ - $(DISABLE_LARGEFILE) \ $(DISABLE_NLS) \ --sysconfdir=/etc/ssh \ --enable-shared \ diff --git a/net/samba/Makefile b/net/samba/Makefile index 7f2dd0458..1fc09cf8a 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -73,7 +73,6 @@ define Build/Compile --mandir=/usr/share/man \ --sbindir=/usr/sbin \ --sysconfdir=/etc/samba \ - $(DISABLE_LARGEFILE) \ $(DISABLE_NLS) \ --with-lockdir=/var/run/samba \ --with-privatedir=/etc/samba \ @@ -144,7 +143,6 @@ define Build/Compile --mandir=/usr/share/man \ --sbindir=/usr/sbin \ --sysconfdir=/etc/samba \ - $(DISABLE_LARGEFILE) \ $(DISABLE_NLS) \ --with-lockdir=/var/run/samba \ --with-privatedir=/etc/samba \ diff --git a/net/samba3/Makefile b/net/samba3/Makefile index dfdcb19ac..3ff3ec542 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -40,11 +40,9 @@ define Package/samba3/config source "$(SOURCE)/Config.in" endef -ifneq ($(CONFIG_LARGEFILE),) - define Build/Prepare/LFS +define Build/Prepare/LFS cat ./files/config-lfs.h >> $(PKG_BUILD_DIR)/source/include/config.h - endef -endif +endef define Build/Prepare $(call Build/Prepare/Default) -- 2.11.0