]> git.cameronkatri.com Git - mandoc.git/commitdiff
Pass the CC set in configure.local to Makefile.local.
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 18 Mar 2015 17:13:37 +0000 (17:13 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 18 Mar 2015 17:13:37 +0000 (17:13 +0000)
Issue found while testing on opencsw.org.

configure

index fb2dabc9f5d092dcc503a76feaa3828390dedf04..772f43e582fa1104c540ee8a7cca5552a8c75ec7 100755 (executable)
--- 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}