From 23a794e9c2e3bf39550e46c0bafe544cf6c617e8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 21 Jan 2008 01:00:23 +0100 Subject: [PATCH] use -fPIC --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec382ed..1e0fce3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ COPTS=-g -O2 -CFLAGS=$(COPTS) -Wall -pedantic -std=gnu99 -Wno-unused -Werror +CFLAGS=$(COPTS) -fPIC -Wall -pedantic -std=gnu99 -Wno-unused -Werror AR=ar CC=gcc -- 2.41.0