libressl-devel: depends on libressl
Technially, libressl-devel doesn't depend on libressl. However, base-chroot depends on ca-certificates which depends on libressl. On middle up upgrading libressl, xbps-src runs into some trouble. Let's just make libressl-devel depends on libressl instead.
This commit is contained in:
parent
94059d078b
commit
69206af85d
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libressl'
|
# Template file for 'libressl'
|
||||||
pkgname=libressl
|
pkgname=libressl
|
||||||
version=3.1.5
|
version=3.1.5
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable asm)"
|
configure_args="$(vopt_enable asm)"
|
||||||
|
@ -95,7 +95,9 @@ libtls20_package() {
|
||||||
|
|
||||||
libressl-devel_package() {
|
libressl-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="libcrypto46-${version}_${revision} libssl48-${version}_${revision}
|
depends="libressl-${version}_${revision}
|
||||||
|
libcrypto46-${version}_${revision}
|
||||||
|
libssl48-${version}_${revision}
|
||||||
libtls20-${version}_${revision}"
|
libtls20-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue