php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10900 error in Makefile.in
Submitted: 2001-05-16 07:54 UTC Modified: 2001-05-16 08:02 UTC
From: cech at debian dot org Assigned:
Status: Closed Package: GD related
PHP Version: 4.0 Latest CVS (2001-05-16) OS: Debian GNU/Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: cech at debian dot org
New email:
PHP Version: OS:

 

 [2001-05-16 07:54 UTC] cech at debian dot org
Hi,

there is a bug in ext/gd/Makefile.in, that when gd is compiled as shared DSO extension doesn't add necessary library dependencies

LTLIBRARY_SHARED_LIBADD = $(GD_LFLAGS) $(GD_LIBS)



should be



LTLIBRARY_SHARED_LIBADD = $(GD_SHARED_LIBADD)



This is 4.0.6RC1, could the fix go into 4.0.6?



Thanks

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-16 08:02 UTC] derick@php.net
If it's in RC1, then it will be in the 4.0.6 Release.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 11:01:31 2024 UTC