php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27912 --without-pic ignored
Submitted: 2004-04-07 17:36 UTC Modified: 2004-04-08 04:27 UTC
From: edink at emini dot dk Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4CVS-2004-04-07 (stable) OS: unix
Private report: No CVE-ID: None
 [2004-04-07 17:36 UTC] edink at emini dot dk
Description:
------------
When PHP is compiled as shared library, say as an Apache module --without-pic configure option is ignored. This resuts in performance loss of anywhere from 15% - 40%.

Expected result:
----------------
./configure --with-apxs --without-pic should result in object files copiled with -prefer-non-pic flag.

Actual result:
--------------
Object files get copiled with -prefer-pic flag.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-08 04:27 UTC] sniper@php.net
--without-pic is supposed to be a libtool flag, it has nothing to do with PHP. If it doesn't work, report that to the libtool folks.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 16:01:31 2024 UTC