From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]); by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 43d1f6b1; for ; Wed, 18 Mar 2015 12:14:07 -0500 (EST) Date: Wed, 18 Mar 2015 12:14:07 -0500 (EST) Message-Id: <3578122619138928345.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Pass the CC set in configure.local to Makefile.local. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 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