[EMAIL PROTECTED] wrote:

Author: justin
Date: 2005-12-07 17:05:33 -0700 (Wed, 07 Dec 2005)
New Revision: 1254

Modified:
  trunk/packages/nfs-utils/Makefile
  trunk/packages/tcpwrappers/Makefile
Log:
Merged r1253 from 6.1.1-newmake to trunk.

Modified: trunk/packages/nfs-utils/Makefile
===================================================================
--- trunk/packages/nfs-utils/Makefile   2005-12-08 00:02:42 UTC (rev 1253)
+++ trunk/packages/nfs-utils/Makefile   2005-12-08 00:05:33 UTC (rev 1254)
@@ -8,10 +8,6 @@
URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE)
SHA-$(FILE)= e216515f90f6ceb681f1527e5483d0ca53f8ac62

-PATCH1= $(DIR)-gcc4-1.patch
-URL-$(PATCH1)= $(HTTPBLFS)/$(NM)/$(PATCH1)
-SHA-$(PATCH1)= 9ccb151f6270aff4c5346ccc6ba50d5e7577ca65
-
# Targets

include $(ROOT)/scripts/functions
@@ -20,11 +16,10 @@
        chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'

-stage2: Makefile $(FILE) $(PATCH1)
+stage2: Makefile $(FILE) $(std_build)

compile-stage2:
-       patch -Np1 -i ../$(PATCH1)
        ./configure --prefix=/usr --sysconfdir=/etc --disable-nfsv4 \
         --disable-gss
        make

gcc -Os -s -march=i486 -D_GNU_SOURCE -DHAVE_TCP_WRAPPER -I../../support/include -I/include -Wall -pipe -DVERSION="\"nfs-utils 1.0.7\"" -DNFS3_SUPPORTED -I../../support/rpc/include -DDEBUG -c -o svc_auth_gss.o svc_auth_gss.c
svc_auth_gss.c: In function 'svcauth_gss_import_name':
svc_auth_gss.c:124: warning: passing argument 3 of 'gss_import_name' discards qualifiers from pointer target type
svc_auth_gss.c: In function '_svcauth_gss':
svc_auth_gss.c:385: error: invalid lvalue in assignment
make[5]: *** [svc_auth_gss.o] Error 1

Thus, reverting this part.

--
Alexander E. Patrakov
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to