# # Transport-Independent RPC library. # # This package contains SunLib's implementation of transport-independent # RPC (TI-RPC) documentation. This library forms a piece of the base of # Open Network Computing (ONC), and is derived directly from the Solaris # 2.3 source. # # TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V # Transport Layer Interface (TLI) or an equivalent X/Open Transport Interface # (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported # by almost 70 vendors on all major operating systems. TS-RPC source code # (RPCSRC 4.0) remains available from several internet sites. # # This release was a native source release, compatible for building on # Solaris 2.3. It had been ported from FreeBSD 5.2.1 to GNU/Linux in 2004. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=libtirpc pkgversion=1.3.3 arch=amd64 release=1 pkgcategory="libs" full_pkgname=libtirpc_1.3.3_amd64-1@libs blurb="Transport-Independent RPC library. " homepage="https://sourceforge.net/projects/libtirpc/" license="BSD 3-clause" fetch="https://sourceforge.net/projects/libtirpc/files/libtirpc/1.3.3/libtirpc-1.3.3.tar.bz2" replace=""