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:
parent
c488d2c681
commit
e8b93caa82
@ -27,6 +27,7 @@ $(PSMISC_DIR)/.configured: $(PSMISC_DIR)/.unpacked
|
||||
--build=$(GNU_HOST_NAME) \
|
||||
--prefix=/ \
|
||||
$(DISABLE_NLS) \
|
||||
$(DISABLE_IPV6) \
|
||||
);
|
||||
touch $(PSMISC_DIR)/.configured
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user