From: Felix Fietkau Date: Mon, 21 Jan 2008 00:00:23 +0000 (+0100) Subject: use -fPIC X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=commitdiff_plain;h=23a794e9c2e3bf39550e46c0bafe544cf6c617e8 use -fPIC --- 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