]> git.pld-linux.org Git - packages/libtirpc.git/commitdiff
fix static linking configuration in pc file
authorJan Palus <atler@pld-linux.org>
Sun, 6 Dec 2020 23:37:00 +0000 (23:37 +0000)
committerJan Palus <atler@pld-linux.org>
Sun, 6 Dec 2020 23:38:25 +0000 (23:38 +0000)
libtirpc-link.patch
libtirpc.spec

index 965e80e550922eded79eb6e41a2db02d08254055..922cbe39e920f3068d420e402ce43d9001fc286e 100644 (file)
      libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSAPI_CFLAGS)
  endif
  
+--- libtirpc-1.3.1.orig/libtirpc.pc.in 2020-12-01 15:06:57.000000000 +0000
++++ libtirpc-1.3.1/libtirpc.pc.in      2020-12-06 23:28:58.851720446 +0000
+@@ -8,5 +8,5 @@
+ Requires:
+ Version: @PACKAGE_VERSION@
+ Libs: -L${libdir} -ltirpc
+-Libs.private: -lpthread
++Libs.private: -lpthread @GSSAPI_LIBS@
+ Cflags: -I${includedir}/tirpc
index 84e580848ff31c572ecf376100da268fe1e58b9d..edbfd665d83195c79e177fea8ce3859670821ae9 100644 (file)
@@ -65,6 +65,7 @@ Summary:      Static TI-RPC library
 Summary(pl.UTF-8):     Statyczna biblioteka TI-RPC
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{epoch}:%{version}-%{release}
+Requires:      heimdal-static
 
 %description static
 This package includes static TI-RPC library.
This page took 1.92247 seconds and 4 git commands to generate.