From 62b75cd1698474b9232b46777e418de4786a3132 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 7 Oct 2016 14:12:01 +0200 Subject: tdf#100302: gbuild: always use $(LFS_CFLAGS) Currently LFS_CFLAGS are only used in a handful of libraries but there's no obvious reason why it can't just be set everywhere. Also set it in windows.mk, i have no idea if it's needed for MinGW (certainly not for MSVC). Change-Id: I5f62e3011c2089abbf5539fc54c7ff10e07b1599 --- store/Library_store.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'store') diff --git a/store/Library_store.mk b/store/Library_store.mk index d5b02c0e6b97..ab0d02589608 100644 --- a/store/Library_store.mk +++ b/store/Library_store.mk @@ -12,7 +12,6 @@ $(eval $(call gb_Library_Library,store)) $(eval $(call gb_Library_use_external,store,boost_headers)) $(eval $(call gb_Library_add_defs,store,\ - $(LFS_CFLAGS) \ -DSTORE_DLLIMPLEMENTATION \ )) -- cgit