openssl: add conflicts with libressl.
This commit is contained in:
parent
b9328a1748
commit
4427ff68f6
@ -2,7 +2,7 @@
|
|||||||
pkgname=openssl
|
pkgname=openssl
|
||||||
_openssl_version=1.0.1
|
_openssl_version=1.0.1
|
||||||
version=${_openssl_version}h
|
version=${_openssl_version}h
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
|
short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
@ -17,6 +17,7 @@ fi
|
|||||||
|
|
||||||
depends="perl"
|
depends="perl"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
conflicts="libressl-openssl>=0"
|
||||||
|
|
||||||
conf_files="/etc/ssl/openssl.cnf"
|
conf_files="/etc/ssl/openssl.cnf"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
@ -70,6 +71,7 @@ do_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
openssl-devel_package() {
|
openssl-devel_package() {
|
||||||
|
conflicts="libressl-devel>=0"
|
||||||
depends="zlib-devel libssl>=${version}_${revision}"
|
depends="zlib-devel libssl>=${version}_${revision}"
|
||||||
short_desc="Secure Socket Layer and cryptographic library - development files"
|
short_desc="Secure Socket Layer and cryptographic library - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user