From b36795e0add8eb75607dd6e51f2251437e24cb3d Mon Sep 17 00:00:00 2001 From: aabacchus Date: Tue, 4 Oct 2022 16:33:51 +0100 Subject: [PATCH] fixes --- compress/Makefile | 2 +- cvs/Makefile | 2 +- indent/Makefile | 2 +- rcs/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compress/Makefile b/compress/Makefile index 3f90948..c3d8da4 100644 --- a/compress/Makefile +++ b/compress/Makefile @@ -2,7 +2,7 @@ CC ?= cc CFLAGS ?= -O2 -pipe -CFLAGS += -I../libopenbsd -include openbsd.h +CFLAGS += -I../libopenbsd -include openbsd.h -fcommon LIBS = ../libz/libz.a ../libopenbsd/libopenbsd.a diff --git a/cvs/Makefile b/cvs/Makefile index 43d4c61..6228386 100644 --- a/cvs/Makefile +++ b/cvs/Makefile @@ -2,7 +2,7 @@ CC ?= cc CFLAGS ?= -O2 -pipe -CFLAGS += -I../libopenbsd -include openbsd.h -I. -D_GNU_SOURCE +CFLAGS += -I../libopenbsd -include openbsd.h -I. -D_GNU_SOURCE -fcommon LIBS = ../libopenbsd/libopenbsd.a diff --git a/indent/Makefile b/indent/Makefile index 4f6070e..7b23860 100644 --- a/indent/Makefile +++ b/indent/Makefile @@ -2,7 +2,7 @@ CC ?= cc CFLAGS ?= -O2 -pipe -CFLAGS += -I../libopenbsd -include openbsd.h +CFLAGS += -I../libopenbsd -include openbsd.h -fcommon LIBS = ../libopenbsd/libopenbsd.a diff --git a/rcs/Makefile b/rcs/Makefile index b28d03f..857fea1 100644 --- a/rcs/Makefile +++ b/rcs/Makefile @@ -2,7 +2,7 @@ CC ?= cc CFLAGS ?= -O2 -pipe -CFLAGS += -I../libopenbsd -include openbsd.h -I. -D_GNU_SOURCE +CFLAGS += -I../libopenbsd -include openbsd.h -I. -D_GNU_SOURCE -fcommon LIBS = ../libopenbsd/libopenbsd.a