summaryrefslogtreecommitdiff
path: root/libtirpc.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* build: use autoconf archive to link pthreadHsia-Jun(Randy) Li2022-01-201-1/+1
| | | | | | | For Android bionic, pthread is a part of that c library. Signed-off-by: Hsia-Jun(Randy) Li <randy.li@synaptics.com> Signed-off-by: Steve Dickson <steved@redhat.com>
* pkg-config: use the correct replacements for libdir/includedirEli Schwartz2020-04-271-2/+2
| | | | | | | | They are defined pkg-config variables for a reason, let's reuse them as is the intended usage of pkg-config. This ensures various pkg-config features continue to work as expected. Signed-off-by: Steve Dickson <steved@redhat.com>
* Revert commit 4ba9ce277dd6 ('configure.ac: Allow for disabling auth DES')Chuck Lever2015-06-161-1/+1
| | | | | | | | | | AUTH_DES is a part of legacy glibc SunRPC, and cannot be optional. Adding an autoconf macro (HAVE_AUTHDES) into libtirpc source files is OK, but adding such a macro into installed header files is wrong. Reported-by: Thorsten Kukuk <kukuk@suse.de> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
* configure.ac: Allow for disabling auth DESBernhard Reutner-Fischer2015-04-291-1/+1
| | | | | | | DES encryption might not be available. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Steve Dickson <steved@redhat.com>
* pkg-config: needs pthread as private libraryYann E. MORIN2014-12-131-0/+1
| | | | | | | | | | | | | libtirpc needs pthreads. This is automatically pulled in when linking with the shared library, thanks to the DT_NEEDED ELF tags. But for a static library, there is no such mechanism to identify required libraries. Thus, add -lpthread to the private libraries in the pkg-config file. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Steve Dickson <steved@redhat.com>
* Fixed typo in libtirpc.pc.inSteve Dickson2008-02-181-1/+1
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Added that libtirpc.pc.in that will createSteve Dickson2008-02-181-0/+11
the /usr/lib/pkgconfig/libtirpc.pc file that is used by the pkg-config(1) command Signed-off-by: Steve Dickson <steved@redhat.com>