cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 8d897e4a00be9986209f1ca394ed46befadf6088
parent f6643cf1b5ecbdd030420fb504ae2edcb9102410
Author: Eyal Sawady <ecs@d2evs.net>
Date:   Sat, 24 Oct 2020 14:04:50 -0400

Remove -fPIC

Breaks compilation under cproc and isn't necessary for static libraries.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -40,7 +40,7 @@ libgmni.pc: @touch $(OUTDIR)/cppcache @grep $< $(OUTDIR)/cppcache >/dev/null || \ $(CPP) $(CFLAGS) -MM -MT $@ $< >> $(OUTDIR)/cppcache - @$(CC) -c -fPIC $(CFLAGS) -o $@ $< + @$(CC) -c $(CFLAGS) -o $@ $< .scd.1: @printf 'SCDOC\t$@\n'