libwpd/ExternalProject_libwpd.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 98e9b5dc402171fd370dca8cc8ec9f7b3f3c8684 Author: Tor Lillqvist <[email protected]> Date: Mon Nov 19 14:35:52 2012 +0200 Use gb_VISIBILITY_FLAGS Change-Id: I8ff9bb01bef265af70390ae94b762930689aa1ba diff --git a/libwpd/ExternalProject_libwpd.mk b/libwpd/ExternalProject_libwpd.mk index b0cb692..08d506c 100644 --- a/libwpd/ExternalProject_libwpd.mk +++ b/libwpd/ExternalProject_libwpd.mk @@ -37,7 +37,8 @@ else $(call gb_ExternalProject_get_state_target,libwpd,build) : cd $(EXTERNAL_WORKDIR) \ - && ./configure \ + && $(if $(filter TRUE,$(DISABLE_DYNLOADING)),CFLAGS="$(CFLAGS) $(gb_VISIBILITY_FLAGS) $(gb_COMPILEROPTFLAGS)" CXXFLAGS="$(CXXFLAGS) $(gb_VISIBILITY_FLAGS) $(gb_COMPILEROPTFLAGS)") \ + ./configure \ --with-pic \ --enable-static \ --disable-shared \ _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
