Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37850867
en ru br
ALT Linux repos
S:1.07-alt5

Group :: Networking/Other
RPM: trickle

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: trickle-1.07-sunrpc.patch
Download


Fix the removal of Sun RPC interfaces from glibc
SunPRC had been moved from glibc to libtirpc project,
rpc/rpc.h is a tirpc/rpc/rpc.h now.
--- Makefile.am
+++ Makefile.am
@@ -29,7 +29,7 @@
 tricklectl_SOURCES = tricklectl.c trickledu.c atomicio.c xdr.c
 tricklectl_LDADD = @ERRO@  -lbsd
 
-AM_CFLAGS = -Wall -Icompat @EVENTINC@
+AM_CFLAGS = -Wall -Icompat -I/usr/include/tirpc -ltirpc @EVENTINC@
 
 overloaddir = $(libdir)
 #overload_DATA = libtrickle.so
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin