Author: justin Date: 2005-09-24 19:46:32 -0600 (Sat, 24 Sep 2005) New Revision: 754
Removed: x86/trunk/packages/nfs-utils/nfs-utils-1.0.7-gcc4_fixes-1.patch Modified: x86/trunk/packages/nfs-utils/Makefile Log: Removed recently added gcc4 patch, replaced with one from patches repo. Modified: x86/trunk/packages/nfs-utils/Makefile =================================================================== --- x86/trunk/packages/nfs-utils/Makefile 2005-09-25 01:41:46 UTC (rev 753) +++ x86/trunk/packages/nfs-utils/Makefile 2005-09-25 01:46:32 UTC (rev 754) @@ -9,6 +9,8 @@ SHA-$(FILE)= dd84793fbfb88098da4242ec70844604652602c4 PATCH1= $(DIR)-gcc4_fixes-1.patch +URL-$(PATCH1)= http://www.linuxfromscratch.org/patches/downloads/nfs-utils/nfs-utils-1.0.7-gcc4-1.patch +SHA-$(FILE)= 9ccb151f6270aff4c5346ccc6ba50d5e7577ca65 # Targets @@ -18,7 +20,7 @@ chroot "$(MP)" $(chenv-blfs) \ 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' -stage2: Makefile $(FILE) +stage2: Makefile $(FILE) $(PATCH1) $(std_build) compile-stage2: Deleted: x86/trunk/packages/nfs-utils/nfs-utils-1.0.7-gcc4_fixes-1.patch =================================================================== --- x86/trunk/packages/nfs-utils/nfs-utils-1.0.7-gcc4_fixes-1.patch 2005-09-25 01:41:46 UTC (rev 753) +++ x86/trunk/packages/nfs-utils/nfs-utils-1.0.7-gcc4_fixes-1.patch 2005-09-25 01:46:32 UTC (rev 754) @@ -1,19 +0,0 @@ -Submitted By: Justin Knierim <justin at linuxfromscratch dot org> -Date: 2005-09-24 -Initial Package Version: 1.0.7 -Upstream Status: Applied -Origin: Andreas Jochens -Description: Fixes a compilation problem with gcc-4.0.x. Bug #297729: invalid lvalue in assignment. - -diff -Naur nfs-utils-orig/support/rpc/svc_auth_gss.c nfs-utils-1.0.7/support/rpc/svc_auth_gss.c ---- nfs-utils-orig/support/rpc/svc_auth_gss.c 2004-10-18 17:23:05.000000000 -0700 -+++ nfs-utils-1.0.7/support/rpc/svc_auth_gss.c 2005-09-24 18:26:01.000000000 -0700 -@@ -382,7 +382,7 @@ - return (AUTH_FAILED); - } - auth->svc_ah_ops = &svc_auth_gss_ops; -- SVCAUTH_PRIVATE(auth) = gd; -+ auth->svc_ah_private = gd; - rqst->rq_xprt->xp_auth = auth; - } - else gd = SVCAUTH_PRIVATE(rqst->rq_xprt->xp_auth); -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
