X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=Makefile;h=1e0fce371d132da92cec2d35ef4d34bf2327c1a8;hp=ec382edf0c78b820032dcb54871c8ab19202d91c;hb=508525c69e08a96031ed24f2d09e3bc2d1d33fca;hpb=99981540182c29049e971a3cb9a772d7f107b2ab 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