From 9e88d73aaaba93d716ecd49767dfcdf3ffdbff30 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 31 Aug 2012 09:22:12 -0500 Subject: add MKPREFIX flag to build system This allows building OpenRC for a Gentoo Prefix installation. --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 8244b04b..2740f542 100644 --- a/README +++ b/README @@ -12,6 +12,7 @@ LIBNAME=lib64 DESTDIR=/tmp/openrc-image MKNET=oldnet MKPAM=pam +MKPREFIX=yes MKPKGCONFIG=no MKSELINUX=yes MKSTATICLIBS=no @@ -25,6 +26,8 @@ We don't support building a static OpenRC with PAM. You may need to use PROGLDFLAGS=-Wl,-Bstatic on glibc instead of just -static. If you debug memory under valgrind, add -DDEBUG_MEMORY to your CPPFLAGS so that all malloc memory should be freed at exit. +If you are building OpenRC for a Gentoo Prefix installation, add +MKPREFIX=yes. You can also brand OpenRC if you so wish like so BRANDING=\"Gentoo/$(uname -s)\" -- cgit v1.2.3