source:
freewrt/package/util-linux/patches/501-mconfig.patch@
6fc4520e
| Last change on this file since 6fc4520e was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 2.5 KB | |
-
util-linux-2.
old new 16 16 # Select for ARCH one of intel, alpha, sparc, arm, m68k, mips 17 17 # Select for CPU i386 if the binaries must be able to run on an intel 386 18 18 # (by default i486 code is generated, see below) 19 CPU= $(shell uname -m)20 ARCH= $(shell echo $(CPU) | sed 's/i.86/intel/;s/arm.*/arm/')19 CPU= 20 ARCH=mips 21 21 22 22 # If HAVE_PAM is set to "yes", then login, chfn, chsh, and newgrp 23 23 # will use PAM for authentication. Additionally, passwd will not be … … 64 64 # If HAVE_WRITE is set to "yes", then write will not be built or 65 65 # installed from the misc-utils subdirectory. 66 66 # (There is a network aware write in netwrite from NetKit 0.16 or later.) 67 HAVE_WRITE= no67 HAVE_WRITE=yes 68 68 69 69 # If HAVE_GETTY is set to "yes", then agetty will not be built or 70 70 # installed from the login-utils subdirectory. Note that agetty can 71 71 # co-exist with other gettys, so this option should never be used. 72 HAVE_GETTY= no72 HAVE_GETTY=yes 73 73 74 74 # If USE_TTY_GROUP is set to "yes", then wall and write will be installed 75 75 # setgid to the "tty" group, and mesg will only set the group write bit. … … 82 82 # If HAVE_KILL is set to "yes", then kill will not be built or 83 83 # installed from the misc-utils subdirectory. 84 84 # (There is also a kill in the procps package.) 85 HAVE_KILL= no85 HAVE_KILL=yes 86 86 87 87 # If ALLOW_VCS_USE is set to "yes", then login will chown /dev/vcsN 88 88 # to the current user, allowing her to make a screendump and do other 89 89 # nifty things on the console, but also allowing him to keep an open 90 90 # file descriptor after logging out to trick the next user. 91 ALLOW_VCS_USE= yes91 ALLOW_VCS_USE=no 92 92 93 93 # If DO_STAT_MAIL is set to "yes", then login will stat() the mailbox 94 94 # and tell the user that she has new mail. This can hang the login if … … 102 102 # If HAVE_SLN is set to "yes", then sln won't be installed 103 103 # (but the man page sln.8 will be installed anyway). 104 104 # sln also comes with libc and glibc. 105 HAVE_SLN= no105 HAVE_SLN=yes 106 106 107 107 # If HAVE_FDUTILS is set to "yes", then setfdprm won't be installed. 108 HAVE_FDUTILS= no108 HAVE_FDUTILS=yes 109 109 110 110 # If SILENT_PG is set to "yes", then pg will not ring the bell 111 111 # when an invalid key is pressed 112 SILENT_PG= no112 SILENT_PG=yes 113 113 114 114 # If configure decides that Native Language Support (NLS) is available, 115 115 # it sets MAY_ENABLE_NLS in defines.h. If you don't want NLS, set 116 116 # DISABLE_NLS to "yes". 117 DISABLE_NLS= no117 DISABLE_NLS=yes 118 118 119 119 # Different optimizations for different cpus. 120 120 # Before gcc 2.8.0 only -m486
Note:
See TracBrowser
for help on using the repository browser.
