From 29963d4054892cf4f51f997e6521f55c7f8922cb Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Fri, 24 Nov 2006 23:05:18 +0000 Subject: [PATCH] Compile using PIC --- pam_usb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pam_usb/Makefile b/pam_usb/Makefile index 19b5c0f..7247335 100644 --- a/pam_usb/Makefile +++ b/pam_usb/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`