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
@ -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 New Issue
Block a user