diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-07-10 01:59:28 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-07-10 02:39:36 -0500 |
commit | 60d6847de553970a80207fde6bd46f5f3696e049 (patch) | |
tree | bcfd39c21b9300c55efb5f57e1d92f93fbdca8b1 /README | |
parent | ecb4d7c3f2b5ff7588a288d24c0dd462012a0389 (diff) |
add the MKNET variable to select a network stack
The MKNET variable can be used to select the network stack you want to
build and install with OpenRC.
The current default is the gentoo "oldnet" stack. If you want to install
the OpenRC newnet stack, use MKNET=newnet on the make command line.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,13 +10,13 @@ You may wish to tweak the installation with the below arguments PROGLDFLAGS=-static LIBNAME=lib64 DESTDIR=/tmp/openrc-image +MKNET=newnet MKPAM=pam MKPKGCONFIG=no MKSELINUX=yes MKSTATICLIBS=no MKTERMCAP=ncurses MKTERMCAP=termcap -MKOLDNET=no PKG_PREFIX=/usr/pkg LOCAL_PREFIX=/usr/local PREFIX=/usr/local |