summarylogtreecommitdiffstats
path: root/configure.local
blob: 8abc16b1b840e1b6365a4b57177cc31c27ade438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Arch $MANPATH.
MANPATH_DEFAULT=/usr/local/share/man:/usr/share/man

# Arch paths.
PREFIX=/usr
SBINDIR=$PREFIX/bin
MANDIR=$PREFIX/share/man

# These conflict with man(7) and mdoc(7) from man-pages.
MANM_MAN=mandoc_man
MANM_MDOC=mandoc_mdoc

# These conflict with binaries and manpages from groff.
BINM_SOELIM=msoelim
MANM_ROFF=mandoc_roff

# catman(8) is disabled by default.
BUILD_CATMAN=1

# _FORTIFY_SOURCE doesn't work unless an optimisation level is specified.
CFLAGS="$CFLAGS -O2"