Donate Share

libmng

Tracker: Bugs

5 makefiles/makefile.linux bug - ID: 2686046
Last Update: Comment added ( glennrp )

in libmng-1.0.10, in file makefiles/makefile.linux, at line 87:

OBJSDLL = $(OBJS:.0=.pic.o)

is wrong, should be

OBJSDLL = $(OBJS:.o=.pic.o)

(lowercase o instead of zero), otherwise libmng.so will be built from
non-PIC objects.


Giuseppe Caizzone ( peppepz ) - 2009-03-13 11:06

5

Open

Accepted

Glenn Randers-Pehrson

makefiles

None

Public


Comments ( 2 )




Date: 2009-03-19 15:14
Sender: glennrpProject AdminAccepting Donations

Fixed in CVS. makefile.dj had the same bug so I fixed that, too.


Date: 2009-03-19 15:08
Sender: glennrpProject AdminAccepting Donations

thanks


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 2 )

Field Old Value Date By
resolution_id None 2009-03-19 15:08 glennrp
assigned_to nobody 2009-03-19 15:08 glennrp