]> git.pld-linux.org Git - packages/libreoffice.git/blob - boost-1.59.patch
- better fix to boost linking problems
[packages/libreoffice.git] / boost-1.59.patch
1 --- libreoffice-5.0.2.1/sdext/StaticLibrary_pdfimport_s.mk~     2015-11-18 08:03:28.000000000 +0100
2 +++ libreoffice-5.0.2.1/sdext/StaticLibrary_pdfimport_s.mk      2015-11-20 08:35:33.833069957 +0100
3 @@ -20,6 +20,11 @@
4      zlib \
5  ))
6  
7 +$(if $(SYSTEM_BOOST), \
8 +    $(call gb_LinkTarget_add_ldflags,$(1),$(BOOST_LDFLAGS)) \
9 +    $(call gb_LinkTarget_add_libs,$(1),$(BOOST_SYSTEM_LIB)) \
10 +)
11 +
12  $(eval $(call gb_StaticLibrary_use_custom_headers,pdfimport_s,sdext/pdfimport))
13  
14  $(eval $(call gb_StaticLibrary_set_include,pdfimport_s,\
This page took 0.052292 seconds and 3 git commands to generate.