mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
cross-vpkg-dummy: drop libssp from musl cross compilers
This commit is contained in:
parent
b32cc429fc
commit
b7e6cae57d
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cross-vpkg-dummy'
|
||||
pkgname=cross-vpkg-dummy
|
||||
version=0.39
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meta
|
||||
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -61,9 +61,6 @@ shlib_provides="
|
|||
|
||||
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