add MKPREFIX flag to build system
This allows building OpenRC for a Gentoo Prefix installation.
This commit is contained in:
6
mk/os-prefix.mk
Normal file
6
mk/os-prefix.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copyright (c) 2012 William Hubbs <w.d.hubbs@gmail.com>
|
||||
# Released under the 2-clause BSD license.
|
||||
|
||||
ifeq (${MKPREFIX},yes}
|
||||
CPPFLAGS+= -DPREFIX
|
||||
endif
|
||||
Reference in New Issue
Block a user