mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
include: Migrate from COMPAT_32BIT to generic COMPAT_libcompat
See commit 8fad2cda93
("bsd.compat.mk: Provide new CPP and sub-make
variables") for the context behind this change.
Reviewed by: emaste, brooks, jhb
Differential Revision: https://reviews.freebsd.org/D40924
This commit is contained in:
parent
0ade2f8cf7
commit
d3748fc0c2
@ -67,8 +67,8 @@
|
||||
#define _PATH_GBDE "/sbin/gbde"
|
||||
#define _PATH_GELI "/sbin/geli"
|
||||
#define _PATH_HALT "/sbin/halt"
|
||||
#ifdef COMPAT_32BIT
|
||||
#define _PATH_I18NMODULE "/usr/lib32/i18n"
|
||||
#ifdef COMPAT_libcompat
|
||||
#define _PATH_I18NMODULE "/usr/lib" COMPAT_libcompat "/i18n"
|
||||
#else
|
||||
#define _PATH_I18NMODULE "/usr/lib/i18n"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user