mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
app-crypt/reop: properly set CC variable
Closes: https://bugs.gentoo.org/784791 Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
|
inherit toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="reasonable expectation of privacy"
|
DESCRIPTION="reasonable expectation of privacy"
|
||||||
HOMEPAGE="https://flak.tedunangst.com/post/reop"
|
HOMEPAGE="https://flak.tedunangst.com/post/reop"
|
||||||
SRC_URI="https://flak.tedunangst.com/files/${P}.tgz"
|
SRC_URI="https://flak.tedunangst.com/files/${P}.tgz"
|
||||||
@@ -15,7 +17,7 @@ DEPEND="dev-libs/libsodium:="
|
|||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
emake CC="${CC:-cc}" CFLAGS="${CFLAGS}" LDFLAGS="-lsodium ${LDFLAGS}"
|
emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="-lsodium ${LDFLAGS}"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_test() {
|
src_test() {
|
||||||
|
|||||||
Reference in New Issue
Block a user