From 6557dec05b6f013f9bef392f95187b44f3d75831 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 19 Sep 2017 14:50:13 +0200 Subject: GNUmakefile: fix OpenBSD build By sunil@nimmagadda.net. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 6d96d60..d730bd1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,7 +6,7 @@ OS := $(shell uname) ifeq ($(OS),OpenBSD) LOCALBASE=/usr/local -CFLAGS+=-I$(LOCALBASE)/include -pthread +override CFLAGS+=-I$(LOCALBASE)/include -pthread LDLIBS=-L$(LOCALBASE)/lib -liconv -pthread endif -- cgit 1.4.1