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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
31 - 1 = ?
Subscribe to this entry?

 
 [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: Thu Mar 28 17:01:29 2024 UTC