aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-03-18 17:13:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-03-18 17:13:37 +0000
commit7c64338796c6f7baf07e285d1308329e16386469 (patch)
tree2611581639e78f903dce2b3dad2dc1362dd515ec
parent6ab545c3fc9943e4c9bc318ca5923beef5ac9f20 (diff)
downloadmandoc-7c64338796c6f7baf07e285d1308329e16386469.tar.gz
mandoc-7c64338796c6f7baf07e285d1308329e16386469.tar.zst
mandoc-7c64338796c6f7baf07e285d1308329e16386469.zip
Pass the CC set in configure.local to Makefile.local.
Issue found while testing on opencsw.org.
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index fb2dabc9..772f43e5 100755
--- a/configure
+++ b/configure
@@ -382,6 +382,7 @@ INSTALL_TARGETS="base-install"
cat << __HEREDOC__
BUILD_TARGETS = ${BUILD_TARGETS}
INSTALL_TARGETS = ${INSTALL_TARGETS}
+CC = ${CC}
CFLAGS = ${CFLAGS}
DBLIB = ${DBLIB}
STATIC = ${STATIC}