From d07c710e9a82c46e20bc8262308117edf7a0ca11 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Wed, 22 Apr 2015 01:39:12 -0400 Subject: Make position-independent libraries for cryptlib. --- sw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/Makefile') diff --git a/sw/Makefile b/sw/Makefile index 93976d7..0dbd61a 100755 --- a/sw/Makefile +++ b/sw/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall +CFLAGS = -Wall -fPIC LIB = libcryptech.a BIN = hash hash_tester trng_extractor trng_tester -- cgit v1.2.3