Skip to content

Commit

Permalink
add -fPIC option to converse.c
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanericky committed Oct 11, 2019
1 parent 00d786d commit 97aac0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $(EXECUTABLE): $(GOSRCS) converse.o
rm -f bin/pam_opie.h

converse.o: converse/converse.c
gcc -c converse/converse.c
gcc -c -fPIC converse/converse.c

test:
go test -race -coverprofile=coverage.txt -covermode=atomic authenticate.go authenticate_test.go
Expand Down

0 comments on commit 97aac0c

Please sign in to comment.