Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 501172

Summary: net-dns/unbound - compilation fails because components are not found within the prefix
Product: Gentoo/Alt Reporter: Matthias Maier <tamiko>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch against unbound-1.4.21-r1.ebuild
Patch against unbound-1.4.21-r1.ebuild

Description Matthias Maier gentoo-dev 2014-02-13 09:51:51 UTC
unbound's configure scripts needs two more options in order to find the openssl and libexpat installation within the prefix:

  --with-ssl="${EPREFIX}"/usr
  --with-libexpat="${EPREFIX}"/usr

See attached diff.

Reproducible: Always
Comment 1 Matthias Maier gentoo-dev 2014-02-13 09:52:22 UTC
Created attachment 370296 [details, diff]
Patch against unbound-1.4.21-r1.ebuild
Comment 2 Matthias Maier gentoo-dev 2014-02-13 09:53:11 UTC
Created attachment 370298 [details, diff]
Patch against unbound-1.4.21-r1.ebuild
Comment 3 Fabian Groffen gentoo-dev 2014-06-20 19:27:46 UTC
Thanks, patch applied!