|
From: JS <um...@os...> - 2001-08-24 15:58:02
|
On Fri, 24 Aug 2001 07:52, you wrote: > On Fri, 24 Aug 2001 02:46, Jeff Dike wrote: > > um...@os... said: > > > Did you do it in arch/um/config.release too? It's 2.4.9 that gave m= e > > > trouble. > > > > No. When the build broke, I just fiddled the .config and restarted i= t. > > Then nobody else can build the binary rpm using the source you distribu= te. Here's my patch to fix it: Index: arch/um/config.release =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/user-mode-linux/linux/arch/um/config.release,v retrieving revision 1.4 diff -u -r1.4 config.release --- arch/um/config.release=092001/08/13 01:26:03=091.4 +++ arch/um/config.release=092001/08/24 15:53:22 @@ -21,7 +21,7 @@ CONFIG_SYSVIPC=3Dy CONFIG_BSD_PROCESS_ACCT=3Dy CONFIG_SYSCTL=3Dy -CONFIG_BINFMT_AOUT=3Dy +# CONFIG_BINFMT_AOUT is not set CONFIG_BINFMT_ELF=3Dy CONFIG_BINFMT_MISC=3Dy CONFIG_UNIX98_PTYS=3Dy @@ -66,7 +66,7 @@ # CONFIG_INET_ECN is not set # CONFIG_SYN_COOKIES is not set # CONFIG_IPV6 is not set -# CONFIG_KHTTPD is not set +CONFIG_KHTTPD=3Dm # CONFIG_ATM is not set # @@ -178,12 +178,11 @@ CONFIG_TMPFS=3Dy CONFIG_RAMFS=3Dm CONFIG_ISO9660_FS=3Dy -# CONFIG_JOLIET is not set +CONFIG_JOLIET=3Dy CONFIG_MINIX_FS=3Dm CONFIG_VXFS_FS=3Dm -CONFIG_NTFS_FS=3Dm -# CONFIG_NTFS_RW is not set -CONFIG_HPFS_FS=3Dm +# CONFIG_NTFS_FS is not set +# CONFIG_HPFS_FS is not set CONFIG_PROC_FS=3Dy CONFIG_DEVFS_FS=3Dy CONFIG_DEVFS_MOUNT=3Dy @@ -203,11 +202,16 @@ # Network File Systems # # CONFIG_CODA_FS is not set -# CONFIG_NFS_FS is not set -# CONFIG_NFSD is not set -# CONFIG_SUNRPC is not set -# CONFIG_LOCKD is not set -# CONFIG_SMB_FS is not set +CONFIG_NFS_FS=3Dm +# CONFIG_NFS_V3 is not set +CONFIG_NFSD=3Dm +CONFIG_NFSD_V3=3Dy +CONFIG_SUNRPC=3Dm +CONFIG_LOCKD=3Dm +CONFIG_LOCKD_V4=3Dy +CONFIG_SMB_FS=3Dm +CONFIG_SMB_NLS_DEFAULT=3Dy +CONFIG_SMB_NLS_REMOTE=3D"cp437" # CONFIG_NCP_FS is not set # @@ -215,17 +219,17 @@ # # CONFIG_PARTITION_ADVANCED is not set CONFIG_MSDOS_PARTITION=3Dy -# CONFIG_SMB_NLS is not set +CONFIG_SMB_NLS=3Dy CONFIG_NLS=3Dy # # Native Language Support # CONFIG_NLS_DEFAULT=3D"iso8859-1" -# CONFIG_NLS_CODEPAGE_437 is not set +CONFIG_NLS_CODEPAGE_437=3Dm # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set -# CONFIG_NLS_CODEPAGE_850 is not set +CONFIG_NLS_CODEPAGE_850=3Dm # CONFIG_NLS_CODEPAGE_852 is not set # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set |