summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-01-02 22:13:11 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2017-01-02 22:13:11 -0600
commit51d7674ef7430f44a11ed4eb5af0d7af10c86169 (patch)
tree711e9d3ccb8b008c6c51f03c9b0ffc3165894f81 /sys-block/open-isns/open-isns-0.97.ebuild
parentsys-block/open-isns: fix builds on musl (diff)
downloadgentoo-51d7674ef7430f44a11ed4eb5af0d7af10c86169.tar.gz
gentoo-51d7674ef7430f44a11ed4eb5af0d7af10c86169.tar.bz2
gentoo-51d7674ef7430f44a11ed4eb5af0d7af10c86169.zip
sys-block/open-isns: fixing ossl-1.1 build issue bug 604454
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-block/open-isns/open-isns-0.97.ebuild')
-rw-r--r--sys-block/open-isns/open-isns-0.97.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-block/open-isns/open-isns-0.97.ebuild b/sys-block/open-isns/open-isns-0.97.ebuild
index c742bff295f3..14701e2398cc 100644
--- a/sys-block/open-isns/open-isns-0.97.ebuild
+++ b/sys-block/open-isns/open-isns-0.97.ebuild
@@ -20,7 +20,10 @@ DEPEND="
slp? ( net-libs/openslp )"
RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}/${PN}-${PV}-musl.patch" )
+PATCHES=(
+ "${FILESDIR}/${P}-musl.patch"
+ "${FILESDIR}/${P}-ossl-1.1.patch"
+)
src_configure() {
use debug && append-cppflags -DDEBUG_TCP -DDEBUG_SCSI