mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
zstd: Make this part of the core distributions
Many packages link against it and we should make use of it when we have it. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = rsync
|
||||
PAK_VER = 12
|
||||
|
||||
DEPS = zstd
|
||||
DEPS =
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
4
lfs/zstd
4
lfs/zstd
@@ -31,10 +31,6 @@ DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = zstd
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS =
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
2
make.sh
2
make.sh
@@ -1383,6 +1383,7 @@ buildipfire() {
|
||||
lfsmake2 spandsp
|
||||
lfsmake2 lz4
|
||||
lfsmake2 lzo
|
||||
lfsmake2 zstd
|
||||
lfsmake2 openvpn
|
||||
lfsmake2 mpage
|
||||
lfsmake2 dbus
|
||||
@@ -1433,7 +1434,6 @@ buildipfire() {
|
||||
lfsmake2 xvid
|
||||
lfsmake2 libmpeg2
|
||||
lfsmake2 gnump3d
|
||||
lfsmake2 zstd
|
||||
lfsmake2 rsync
|
||||
lfsmake2 rpcbind
|
||||
lfsmake2 keyutils
|
||||
|
||||
Reference in New Issue
Block a user