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.
Glenn Randers-Pehrson
makefiles
None
Public
|
Date: 2009-03-19 15:14 Fixed in CVS. makefile.dj had the same bug so I fixed that, too. |
|
Date: 2009-03-19 15:08 thanks |
| Field | Old Value | Date | By |
|---|---|---|---|
| resolution_id | None | 2009-03-19 15:08 | glennrp |
| assigned_to | nobody | 2009-03-19 15:08 | glennrp |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use