701d96e34a
- update to 4.0.2.2.1 (SUSE 4.0-rc1, tag suse-4.0-1, based on upstream 4.0.2.2) OBS-URL: https://build.opensuse.org/request/show/171281 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=30
12 lines
493 B
Diff
12 lines
493 B
Diff
--- bridges/Library_gcc3_linux_intel.mk.old 2012-12-18 16:11:42.000000000 +0100
|
|
+++ bridges/Library_gcc3_linux_intel.mk 2013-01-04 18:14:38.000000000 +0100
|
|
@@ -69,7 +69,7 @@ $(eval $(call gb_Library_add_exception_o
|
|
|
|
$(eval $(call gb_Library_add_cxxobjects,gcc3_uno,\
|
|
bridges/source/cpp_uno/shared/cppinterfaceproxy \
|
|
- , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
|
|
+ , $(CXXFLAGS) $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|