﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
318	Shared bzip2 library isn't Position Independant Code	gimli@…	gerard@…	"Current CVS version of book.
bzip2-1.0.2
shared library compiled without -fPIC

The current commands we are using to compile this package start with

make &&
make -f Makefile-libbz2_so &&

I suggest we change the order to

make -f Makefile-libbz2_so &&
make &&

This is because on the first make run, the object files
blocksort.o huffman.o etc, that make up the shared lib, get compiled
without the -fPIC flag.

The bug occurs on the 2nd make run. The object files do not get remade
because make thinks they are already up-to-date and thus they miss
out on the -fPIC flag."	defect	closed	highest		Book	CVS	normal	fixed		
