source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Pass the CC set in configure.local to Makefile.local.
@ 2015-03-18 17:14 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-03-18 17:14 UTC (permalink / raw)
  To: source

Log Message:
-----------
Pass the CC set in configure.local to Makefile.local.
Issue found while testing on opencsw.org.

Modified Files:
--------------
    mdocml:
        configure

Revision Data
-------------
Index: configure
===================================================================
RCS file: /home/cvs/mdocml/mdocml/configure,v
retrieving revision 1.21
retrieving revision 1.22
diff -Lconfigure -Lconfigure -u -p -r1.21 -r1.22
--- configure
+++ 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}
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-18 17:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-18 17:14 mdocml: Pass the CC set in configure.local to Makefile.local schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).