Merge remote-tracking branch 'tombriden/trickle-fix' into master
This commit is contained in:
commit
22a4b8c88d
@ -17,6 +17,7 @@ MYOPTIONS=""
|
|||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
build+run:
|
build+run:
|
||||||
dev-libs/libevent:=
|
dev-libs/libevent:=
|
||||||
|
net-libs/libtirpc
|
||||||
"
|
"
|
||||||
|
|
||||||
BUGS_TO="hasufell@posteo.de"
|
BUGS_TO="hasufell@posteo.de"
|
||||||
@ -27,3 +28,10 @@ DEFAULT_SRC_PREPARE_PATCHES=(
|
|||||||
"${FILES}"/fix-install.patch
|
"${FILES}"/fix-install.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
|
src_prepare(){
|
||||||
|
CFLAGS+=" -I/usr/$(exhost --target)/include/tirpc"
|
||||||
|
LDFLAGS+=" -ltirpc"
|
||||||
|
|
||||||
|
autotools_src_prepare
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user