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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: brad at kieser dot net
New email:
PHP Version: OS:

 

 [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: Sat Sep 28 01:01:27 2024 UTC