Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 38546 invoked from network); 15 Jan 2006 02:51:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jan 2006 02:51:20 -0000 Received: (qmail 41203 invoked by uid 500); 15 Jan 2006 02:51:19 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 41145 invoked by uid 500); 15 Jan 2006 02:51:19 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 41134 invoked by uid 99); 15 Jan 2006 02:51:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jan 2006 18:51:19 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 14 Jan 2006 18:51:18 -0800 Received: (qmail 38485 invoked by uid 65534); 15 Jan 2006 02:50:58 -0000 Message-ID: <20060115025058.38484.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r369168 - /httpd/mod_smtpd/trunk/src/Makefile.am Date: Sun, 15 Jan 2006 02:50:57 -0000 To: cvs@httpd.apache.org From: rooneg@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rooneg Date: Sat Jan 14 18:50:57 2006 New Revision: 369168 URL: http://svn.apache.org/viewcvs?rev=369168&view=rev Log: Pull in the cflags specified by apxs, since on some platforms they're needed to make the APR headers work. * src/Makefile.am: Set CFLAGS to APXS_CFLAGS. Modified: httpd/mod_smtpd/trunk/src/Makefile.am Modified: httpd/mod_smtpd/trunk/src/Makefile.am URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/src/Makefile.am?rev=369168&r1=369167&r2=369168&view=diff ============================================================================== --- httpd/mod_smtpd/trunk/src/Makefile.am (original) +++ httpd/mod_smtpd/trunk/src/Makefile.am Sat Jan 14 18:50:57 2006 @@ -8,6 +8,7 @@ moddir=${AP_LIBEXECDIR} INCLUDES=@AP_INCLUDES@ @APR_INCLUDES@ @APU_INCLUDES@ @APREQ2_INCLUDES@ +CFLAGS=@APXS_CFLAGS@ install: install-am rm -f $(DESTDIR)${AP_LIBEXECDIR}/mod_smtpd.a