[Libreoffice-commits] .: sw/Library_vbaswobj.mk
Robert Nagy
rnagy at kemper.freedesktop.org
Tue Apr 5 03:01:38 PDT 2011
sw/Library_vbaswobj.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fd36d5e64ac3c7217fd9b14da25d55cca73104fe
Author: Robert Nagy <robert at openbsd.org>
Date: Tue Apr 5 12:00:37 2011 +0200
set ldflags on *BSD too just like linux
diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk
index 361a863..b233ed8 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 \
More information about the Libreoffice-commits
mailing list