From 43bea3ec4f3fe66918cef4c5c04a30e2c23ce91d Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Fri, 24 Nov 2006 23:05:18 +0000 Subject: [PATCH] Compile using PIC --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19b5c0f..7247335 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DEBUG := no # compiler/linker options CC := gcc -CFLAGS := -Wall `pkg-config --cflags libxml-2.0` \ +CFLAGS := -Wall -fPIC `pkg-config --cflags libxml-2.0` \ `pkg-config --cflags hal-storage` LDFLAGS := `pkg-config --libs libxml-2.0` \ `pkg-config --libs hal-storage`