dev-libs/ucommon: Force ssl as it doesn’t compile without it
This commit is contained in:
parent
6764653339
commit
88f528e002
|
@ -12,13 +12,12 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
|
||||||
LICENSE="LGPL-3"
|
LICENSE="LGPL-3"
|
||||||
SLOT="0/8" # soname version
|
SLOT="0/8" # soname version
|
||||||
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux"
|
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux"
|
||||||
IUSE="doc +cxx debug ssl gnutls"
|
IUSE="doc +cxx debug"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
ssl? (
|
dev-libs/libgcrypt:=
|
||||||
net-libs/gnutls:=
|
net-libs/gnutls:=
|
||||||
dev-libs/libgcrypt:=
|
"
|
||||||
)"
|
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
|
@ -51,7 +50,7 @@ src_configure() {
|
||||||
--disable-static
|
--disable-static
|
||||||
--with-pkg-config
|
--with-pkg-config
|
||||||
# don't bother with openssl, incompatible with the 1.1 API
|
# don't bother with openssl, incompatible with the 1.1 API
|
||||||
--with-sslstack=$(usex ssl gnu nossl)
|
--with-sslstack=gnu
|
||||||
$(use_enable cxx stdcpp)
|
$(use_enable cxx stdcpp)
|
||||||
)
|
)
|
||||||
econf "${myeconfargs[@]}"
|
econf "${myeconfargs[@]}"
|
||||||
|
|
Loading…
Reference in a new issue