diff -Nru /tmp/P8OyWCLxSa/usplash-0.4/bogl/Makefile /tmp/QUuGPr24JR/usplash-0.4/bogl/Makefile --- /tmp/P8OyWCLxSa/usplash-0.4/bogl/Makefile 2006-07-28 15:37:28.000000000 +0200 +++ /tmp/QUuGPr24JR/usplash-0.4/bogl/Makefile 2006-08-29 19:58:29.000000000 +0200 @@ -4,7 +4,7 @@ SONAME = libbogl.so.0 SHARED_LIB = libbogl.so.0.1 -CFLAGS = -O2 -g -D_GNU_SOURCE +CFLAGS = -O2 -g -D_GNU_SOURCE -fPIC WARNCFLAGS += -Wall -D_GNU_SOURCE ALLCFLAGS = $(CFLAGS) $(WARNCFLAGS) $(FBCFLAGS) diff -Nru /tmp/P8OyWCLxSa/usplash-0.4/Makefile /tmp/QUuGPr24JR/usplash-0.4/Makefile --- /tmp/P8OyWCLxSa/usplash-0.4/Makefile 2006-08-24 01:34:19.000000000 +0200 +++ /tmp/QUuGPr24JR/usplash-0.4/Makefile 2006-08-29 19:58:39.000000000 +0200 @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-g -Wall +CFLAGS=-g -Wall -fPIC LDFLAGS= CPPFLAGS=-D_GNU_SOURCE INCLUDES=-Ibogl diff -Nru /tmp/P8OyWCLxSa/usplash-0.4/svgalib/Makefile.cfg /tmp/QUuGPr24JR/usplash-0.4/svgalib/Makefile.cfg --- /tmp/P8OyWCLxSa/usplash-0.4/svgalib/Makefile.cfg 2006-08-02 15:16:54.000000000 +0200 +++ /tmp/QUuGPr24JR/usplash-0.4/svgalib/Makefile.cfg 2006-08-29 20:04:55.000000000 +0200 @@ -168,7 +168,7 @@ ifndef CFLAGS - OPTIMIZE = -fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g + OPTIMIZE = -fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC else OPTIMIZE := $(CFLAGS) endif