Bump version of tar and add disabling of IPv6 for psmisc if it is not selected. Submitted by <buraphalinuxserver@gmail.com>.

This commit is contained in:
"Steven J. Hill" 2007-07-05 17:56:24 +00:00
parent c488d2c681
commit e8b93caa82
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ $(PSMISC_DIR)/.configured: $(PSMISC_DIR)/.unpacked
--build=$(GNU_HOST_NAME) \
--prefix=/ \
$(DISABLE_NLS) \
$(DISABLE_IPV6) \
);
touch $(PSMISC_DIR)/.configured

View File

@ -3,7 +3,7 @@
# tar
#
#############################################################
GNUTAR_VER:=1.15.1
GNUTAR_VER:=1.18
GNUTAR_SOURCE:=tar-$(GNUTAR_VER).tar.bz2
GNUTAR_SITE:=http://ftp.gnu.org/gnu/tar/
GNUTAR_DIR:=$(BUILD_DIR)/tar-$(GNUTAR_VER)