trickle: fix build with newer glibc #35

Manually merged
hasufell merged 1 commits from tombriden/hasufell-repository:trickle-fix into master 2020-10-15 11:58:56 +00:00
Collaborator
No description provided.
hasufell reviewed 2020-10-14 14:41:18 +00:00
@ -29,2 +30,4 @@
)
src_prepare(){
CFLAGS+=" -I/usr/include/tirpc"
Owner

hm... doesn't this need proper xhost prefix?

hm... doesn't this need proper xhost prefix?
Author
Collaborator

yep, it does! have fixed

yep, it does! have fixed
Owner

This branch conflicts with master. You should rebase on 3716ee38e4

This branch conflicts with master. You should rebase on 3716ee38e431509e6e7f645d9e64495bbf996e19
Author
Collaborator

This branch conflicts with master. You should rebase on 3716ee38e4

Oops, sorted

> This branch conflicts with master. You should rebase on 3716ee38e431509e6e7f645d9e64495bbf996e19 Oops, sorted
hasufell reviewed 2020-10-15 11:45:42 +00:00
@ -17,6 +17,7 @@ MYOPTIONS=""
DEPENDENCIES="
build+run:
dev-libs/libevent:=
net-libs/libtirc
Owner

Is it correct that these changes should also apply for the non-scm version?

Is it correct that these changes should also apply for the non-scm version?
Author
Collaborator

Yep, same build error:

make[1]: Leaving directory '/var/tmp/paludis/build/net-misc-trickle-1.07_p20180405/work/trickle-596bb13f2bc323fc8e7783b8dcba627de4969e07'                                                                          
xdr.c:10:10: fatal error: rpc/rpc.h: No such file or directory 
Yep, same build error: ``` make[1]: Leaving directory '/var/tmp/paludis/build/net-misc-trickle-1.07_p20180405/work/trickle-596bb13f2bc323fc8e7783b8dcba627de4969e07' xdr.c:10:10: fatal error: rpc/rpc.h: No such file or directory ```
hasufell manually merged commit 22a4b8c88d into master 2020-10-15 11:58:56 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hasufell/hasufell-repository#35
No description provided.