diff options
author | Robert Nagy <robert@openbsd.org> | 2011-04-05 12:00:37 +0200 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2011-04-05 12:01:27 +0200 |
commit | 9dae7504997bf66a6e1d483b42c586998f67a57d (patch) | |
tree | e46a1f3c63aeebeedcdd225bab7af6122861f9df /sw/Library_vbaswobj.mk | |
parent | 510a06cbd480c63e5656d32b007dcaf4268b5a5d (diff) |
set ldflags on *BSD too just like linux
Diffstat (limited to 'sw/Library_vbaswobj.mk')
-rw-r--r-- | sw/Library_vbaswobj.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk index 361a863c7322..b233ed89c069 100644 --- a/sw/Library_vbaswobj.mk +++ b/sw/Library_vbaswobj.mk @@ -136,7 +136,7 @@ $(eval $(call gb_Library_add_exception_objects,vbaswobj,\ sw/source/ui/vba/wordvbahelper \ )) -ifeq ($(OS),LINUX) +ifneq (,$(filter LINUX DRAGONFLY OPENBSD FREEBSD NETBSD, $(OS))) $(eval $(call gb_Library_set_ldflags,vbaswobj,\ $$(LDFLAGS) \ -Wl$(COMMA)-O1 \ |