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
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: 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

Pull Requests

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 Dec 26 13:01:30 2024 UTC