From 881dcc4f2d7d0fc38bf57525ca97e575fba6693c Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 27 Apr 2011 17:42:07 +0200 Subject: add -DBOOST_NO_EXCEPTIONS to gb_LinkTarget_NOEXCEPTIONFLAGS --- solenv/gbuild/platform/openbsd.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'solenv/gbuild') diff --git a/solenv/gbuild/platform/openbsd.mk b/solenv/gbuild/platform/openbsd.mk index 92654afa5923..d82a54d812ce 100755 --- a/solenv/gbuild/platform/openbsd.mk +++ b/solenv/gbuild/platform/openbsd.mk @@ -41,6 +41,8 @@ gb_STDLIBS := pthread include $(GBUILDDIR)/platform/unxgcc.mk +gb_LinkTarget_NOEXCEPTIONFLAGS += -DBOOST_NO_EXCEPTIONS + define gb_LinkTarget__command_dynamiclink $(call gb_Helper_abbreviate_dirs,\ mkdir -p $(dir $(1)) && \ -- cgit