[packages] remove usages of $(CONFIG_LARGEFILE) and $(DISABLE_LARGEFILE)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25207 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
69bd70117e
commit
2b269e5e9c
@ -101,7 +101,6 @@ define Build/Configure
|
|||||||
--sbindir=/usr/sbin \
|
--sbindir=/usr/sbin \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
$(DISABLE_LARGEFILE) \
|
|
||||||
);
|
);
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -60,7 +60,6 @@ define Build/Configure
|
|||||||
--sbindir=/usr/sbin \
|
--sbindir=/usr/sbin \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
$(DISABLE_LARGEFILE) \
|
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-java \
|
--disable-java \
|
||||||
|
@ -69,7 +69,6 @@ define Build/Configure
|
|||||||
--sbindir=/usr/sbin \
|
--sbindir=/usr/sbin \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
$(DISABLE_LARGEFILE) \
|
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
);
|
);
|
||||||
|
@ -77,7 +77,6 @@ define Build/Configure
|
|||||||
--sbindir=/usr/sbin \
|
--sbindir=/usr/sbin \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
$(DISABLE_LARGEFILE) \
|
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-integer-datetimes \
|
--disable-integer-datetimes \
|
||||||
|
@ -85,7 +85,6 @@ endef
|
|||||||
TARGET_CFLAGS += $(FPIC) --std=c99
|
TARGET_CFLAGS += $(FPIC) --std=c99
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
$(DISABLE_LARGEFILE) \
|
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
--enable-shared=yes \
|
--enable-shared=yes \
|
||||||
--enable-static=yes \
|
--enable-static=yes \
|
||||||
|
@ -60,7 +60,6 @@ define Build/Configure
|
|||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--sbindir=/usr/sbin \
|
--sbindir=/usr/sbin \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
$(DISABLE_LARGEFILE) \
|
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
--enable-small\
|
--enable-small\
|
||||||
--enable-256-colors\
|
--enable-256-colors\
|
||||||
|
@ -229,11 +229,6 @@ CONFIGURE_ARGS+= \
|
|||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
PCRE_LIB="-lpcre" \
|
PCRE_LIB="-lpcre" \
|
||||||
|
|
||||||
ifneq ($(CONFIG_LARGEFILE),y)
|
|
||||||
CONFIGURE_ARGS+= \
|
|
||||||
--disable-lfs
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_IPV6),y)
|
ifeq ($(CONFIG_IPV6),y)
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--enable-ipv6
|
--enable-ipv6
|
||||||
|
@ -110,7 +110,6 @@ OpenSSH SFTP server.
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
$(DISABLE_LARGEFILE) \
|
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
--sysconfdir=/etc/ssh \
|
--sysconfdir=/etc/ssh \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -73,7 +73,6 @@ define Build/Compile
|
|||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--sbindir=/usr/sbin \
|
--sbindir=/usr/sbin \
|
||||||
--sysconfdir=/etc/samba \
|
--sysconfdir=/etc/samba \
|
||||||
$(DISABLE_LARGEFILE) \
|
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
--with-lockdir=/var/run/samba \
|
--with-lockdir=/var/run/samba \
|
||||||
--with-privatedir=/etc/samba \
|
--with-privatedir=/etc/samba \
|
||||||
@ -144,7 +143,6 @@ define Build/Compile
|
|||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--sbindir=/usr/sbin \
|
--sbindir=/usr/sbin \
|
||||||
--sysconfdir=/etc/samba \
|
--sysconfdir=/etc/samba \
|
||||||
$(DISABLE_LARGEFILE) \
|
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
--with-lockdir=/var/run/samba \
|
--with-lockdir=/var/run/samba \
|
||||||
--with-privatedir=/etc/samba \
|
--with-privatedir=/etc/samba \
|
||||||
|
@ -40,11 +40,9 @@ define Package/samba3/config
|
|||||||
source "$(SOURCE)/Config.in"
|
source "$(SOURCE)/Config.in"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($(CONFIG_LARGEFILE),)
|
define Build/Prepare/LFS
|
||||||
define Build/Prepare/LFS
|
|
||||||
cat ./files/config-lfs.h >> $(PKG_BUILD_DIR)/source/include/config.h
|
cat ./files/config-lfs.h >> $(PKG_BUILD_DIR)/source/include/config.h
|
||||||
endef
|
endef
|
||||||
endif
|
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
$(call Build/Prepare/Default)
|
$(call Build/Prepare/Default)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user