]> git.pld-linux.org Git - packages/libtirpc.git/commitdiff
- updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 May 2008 20:32:51 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libtirpc-svcauthnone.patch -> 1.2

libtirpc-svcauthnone.patch

index 5b724eb3ae0c002c0ad63a7d237a8285d4276b6c..70285d653c550c17ca94dec40918d306f9dc9022 100644 (file)
 +}
 --- libtirpc-0.1.7/src/Makefile.am.orig        2006-08-11 12:58:28.000000000 -0400
 +++ libtirpc-0.1.7/src/Makefile.am     2006-08-14 11:54:20.000000000 -0400
-@@ -28,7 +28,8 @@ libtirpc_la_SOURCES += xdr.c xdr_rec.c x
+@@ -22,7 +22,7 @@
+         rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
+         rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_generic.c \
+         svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
+-        auth_time.c auth_des.c authdes_prot.c
++        auth_time.c auth_des.c authdes_prot.c svc_auth_none.c
  
- ## Secure-RPC
- if GSS
--    libtirpc_la_SOURCES += auth_gss.c authgss_prot.c svc_auth_gss.c
-+    libtirpc_la_SOURCES += auth_gss.c authgss_prot.c svc_auth_gss.c \
-+              svc_auth_none.c
-     libtirpc_la_LDFLAGS += $(GSSAPI_LIBS)
-     libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSAPI_CFLAGS)
- endif
-@@ -49,7 +50,7 @@ $(libtirpc_la_OBJECTS) :auth_none.c auth
-         svc_raw.c svc_run.c svc_simple.c svc_vc.c \
-       xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c \
-       auth_gss.c authgss_prot.c svc_auth_gss.c getpeereid.c \
--      auth_time.c auth_des.c authdes_prot.c
-+      auth_time.c auth_des.c authdes_prot.c svc_auth_none.c
-         
- else
- $(libtirpc_la_OBJECTS) :auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
+ ## XDR
+ libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c
This page took 0.214637 seconds and 4 git commands to generate.