mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pkgbase: Move libprivatezstd from utilities to runtime
libarchive depends on it by default and tar uses libarchive. So on a update : 1/ runtime contain tar 2/ runtime have libarchive in shlibs_required 3/ libarchive packages depends on utilities 4/ utilities depends on runtime 5/ kaboom All users of libprivatezstd (libarchive related stuff and objcopy/ar) are already in utilities. Discussed with: bapt
This commit is contained in:
parent
f14436adc6
commit
6cd88fe0e0
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ CFLAGS+= -I${ZSTDDIR}/lib -I${ZSTDDIR}/lib/common -DXXH_NAMESPACE=ZSTD_ \
|
|||
LIBADD= pthread
|
||||
|
||||
PRIVATELIB= yes
|
||||
PACKAGE= runtime
|
||||
|
||||
ZSTDDIR= ${SRCTOP}/sys/contrib/zstd
|
||||
.PATH: ${ZSTDDIR}/lib/common ${ZSTDDIR}/lib/compress \
|
||||
|
|
|
|||
Loading…
Reference in a new issue