php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16024 Bug in configure script: apxs call CFLAGS
Submitted: 2002-03-12 16:42 UTC Modified: 2002-03-12 16:57 UTC
From: brad at kieser dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.1.2 OS: Linux
Private report: No CVE-ID: None
 [2002-03-12 16:42 UTC] brad at kieser dot net
On line 3094 in file 'configure' the line
 $APXS -q CFLAGS >/dev/null 2>&1

should read 

 $APXS -q $CFLAGS >/dev/null 2>&1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-12 16:57 UTC] markonen@php.net
No it shouldn't. CFLAGS is a parameter apxs accepts.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Sep 27 23:01:26 2024 UTC