mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
musl: fix conflicts with libssp-devel
This commit is contained in:
parent
831be2ba54
commit
dab2a11305
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=musl
|
pkgname=musl
|
||||||
reverts="1.2.0_1"
|
reverts="1.2.0_1"
|
||||||
version=1.1.24
|
version=1.1.24
|
||||||
revision=13
|
revision=14
|
||||||
archs="*-musl"
|
archs="*-musl"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -49,6 +49,8 @@ do_install() {
|
||||||
|
|
||||||
musl-devel_package() {
|
musl-devel_package() {
|
||||||
depends="kernel-libc-headers ${sourcepkg}-${version}_${revision}"
|
depends="kernel-libc-headers ${sourcepkg}-${version}_${revision}"
|
||||||
|
replaces="libssp-devel<=12.2.0_1"
|
||||||
|
conflicts="libssp-devel<=12.2.0_1"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue