cross-vpkg-dummy: forgot to add a shlib_provides for libssp
This commit is contained in:
parent
1de631ca6f
commit
b4f5b900aa
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cross-vpkg-dummy'
|
||||
pkgname=cross-vpkg-dummy
|
||||
version=0.36
|
||||
version=0.37
|
||||
revision=1
|
||||
build_style=meta
|
||||
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
||||
|
@ -63,6 +63,7 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|||
provides+=" musl-9999_1 musl-devel-9999_1"
|
||||
# bundled in musl crosstoolchains but not glibc
|
||||
provides+=" libssp-9999_1 libssp-devel-9999_1"
|
||||
shlib_provides+=" libssp.so.0"
|
||||
conflicts+=" musl>=0"
|
||||
shlib_provides+=" libc.so"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue