diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-18 17:13:37 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-18 17:13:37 +0000 |
commit | b473eeffe7b488fc76ffa0301298ce62cdf16664 (patch) | |
tree | e53c672151ea8668200a34f2dae545a51e835fc5 | |
parent | 2842601a94914a452dfc25641c095586b623f0f5 (diff) | |
download | mandoc-b473eeffe7b488fc76ffa0301298ce62cdf16664.tar.gz |
Pass the CC set in configure.local to Makefile.local.
Issue found while testing on opencsw.org.
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |