mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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) \
|
--build=$(GNU_HOST_NAME) \
|
||||||
--prefix=/ \
|
--prefix=/ \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
|
$(DISABLE_IPV6) \
|
||||||
);
|
);
|
||||||
touch $(PSMISC_DIR)/.configured
|
touch $(PSMISC_DIR)/.configured
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# tar
|
# tar
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
GNUTAR_VER:=1.15.1
|
GNUTAR_VER:=1.18
|
||||||
GNUTAR_SOURCE:=tar-$(GNUTAR_VER).tar.bz2
|
GNUTAR_SOURCE:=tar-$(GNUTAR_VER).tar.bz2
|
||||||
GNUTAR_SITE:=http://ftp.gnu.org/gnu/tar/
|
GNUTAR_SITE:=http://ftp.gnu.org/gnu/tar/
|
||||||
GNUTAR_DIR:=$(BUILD_DIR)/tar-$(GNUTAR_VER)
|
GNUTAR_DIR:=$(BUILD_DIR)/tar-$(GNUTAR_VER)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user