Browse Source

Compile using PIC

master
Andrea Luzzardi 17 years ago
parent
commit
29963d4054
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pam_usb/Makefile

+ 1
- 1
pam_usb/Makefile View File

@ -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`


Loading…
Cancel
Save