Show
Ignore:
Timestamp:
10/04/07 08:15:16 (5 years ago)
Author:
andi
Message:

fix nfs utils build for 1.1.0

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openmct/packages/net/nfsutils/Makefile

    r463 r471  
    22DOWNLOAD=       http://mesh.dl.sourceforge.net/sourceforge/nfs/nfs-utils-1.1.0.tar.gz 
    33 
    4 CONFIGUREARGS=  --prefix=$(PREFIX) --host=$(TARGET) --disable-nfsv4 --disable-gss 
     4DEPENDS_ON=     packages/net/tcpwrapper \ 
     5                packages/lib/e2fsprogs 
     6 
     7CONFIGUREARGS=  --prefix=$(PREFIX) --host=$(TARGET) --disable-nfsv4 --disable-gss \ 
     8                --with-tcp-wrappers=$(PACKAGEDIR)/net/tcpwrapper/src 
    59 
    610INSTALL=        $(CP) $(SRCDIR)/utils/exportfs/exportfs $(NEWROOTDIR)/sbin && \ 
    711                $(STRIP) $(NEWROOTDIR)/sbin/exportfs && \ 
    8                 $(CP) $(SRCDIR)/utils/nhfsstone/nhfsgraph $(NEWROOTDIR)/sbin && \ 
    9                 $(CP) $(SRCDIR)/utils/nhfsstone/nhfsrun $(NEWROOTDIR)/sbin && \ 
    10                 $(CP) $(SRCDIR)/utils/lockd/lockd $(NEWROOTDIR)/sbin/rpc.lockd && \ 
    11                 $(STRIP) $(NEWROOTDIR)/sbin/rpc.lockd && \ 
    1212                $(CP) $(SRCDIR)/utils/nfsd/nfsd $(NEWROOTDIR)/sbin/rpc.nfsd && \ 
    1313                $(STRIP) $(NEWROOTDIR)/sbin/rpc.nfsd && \ 
     
    1616                $(CP) $(SRCDIR)/utils/nfsstat/nfsstat $(NEWROOTDIR)/sbin && \ 
    1717                $(STRIP) $(NEWROOTDIR)/sbin/nfsstat && \ 
    18                 $(CP) $(SRCDIR)/utils/nhfsstone/nhfsnums $(NEWROOTDIR)/sbin && \ 
    19                 $(CP) $(SRCDIR)/utils/nhfsstone/nhfsstone $(NEWROOTDIR)/sbin && \ 
    20                 $(STRIP) $(NEWROOTDIR)/sbin/nhfsstone && \ 
    2118                $(CP) $(SRCDIR)/utils/mountd/mountd $(NEWROOTDIR)/sbin/rpc.mountd && \ 
    2219                $(STRIP) $(NEWROOTDIR)/sbin/rpc.mountd && \ 
    23                 $(CP) $(SRCDIR)/utils/rquotad/rquotad $(NEWROOTDIR)/sbin/rpc.rquotad && \ 
    24                 $(STRIP) $(NEWROOTDIR)/sbin/rpc.rquotad && \ 
    2520                $(CP) $(SRCDIR)/utils/showmount/showmount $(NEWROOTDIR)/sbin && \ 
    2621                $(STRIP) $(NEWROOTDIR)/sbin/showmount